issues Search Results · repo:V4Fire/Core language:JavaScript
Filter by
146 results
(66 ms)146 results
inV4Fire/Core (press backspace or delete to remove)Проблема
При вызове Date.create( 19.01.1992 ), на выходе получаем 18 число. Скрин
img width= 636 alt= image src= https://github.com/user-attachments/assets/363197ea-ef65-42e5-aabf-673cab9c5db3
Но при ...
bug
ItMaga
- Opened on Sep 9, 2024
- #439
Проблема
При включенном расширении adguard, страничка показывает белый экран и на этом все останавливается
Причина
Расширение Adguard мутирует прототип объекта для определенных доменов
https://github.com/AdguardTeam/AdguardFilters/blob/e7e56939603dbde36f3e381489112d9231431dd0/CyrillicFilters/RussianFilter/sections/antiadblock.txt#L1625 ...
ItMaga
- Opened on Sep 5, 2024
- #437
const opts = {label: p , join: replace };
const $a = new Async();
async function foo(mark, promise) {
await $a.promise(promise, opts);
console.log(mark);
}
foo( a , new Promise((resolve) = queueMicrotask(resolve))); ...
bug
shining-mind
- Opened on Aug 8, 2024
- #433
При создании вычисляемого геттера в компоненте с помощью @computed({dependencies: [ route ]}) не срабатывает наблюдение
за route . При изменении текущей страницы геттер не обновляется
@v4fire/client : ...
DennisPetrov
- Opened on Aug 2, 2024
- #430
@shining-mind :
Вот тут конечно жесть, что мы создаем массив на 100+ элементов, и далее проверяем вхождение через includes на каждый
полученный ответ. Я понимаю, что так было и раньше, но нужно завести ...
kormanowsky
- Opened on Jun 27, 2024
- #421
Сейчас это очень мешают на ревью когда помимо основного кода есть куча файлов которые дублируют изменения в ts коде
Обосновано ли чем-то хранение собранной версии пакета прямо в репозитории?
question
bonkalol
- Opened on Jun 27, 2024
- #420
Необходимо придумать API позволяющий перехватывать ловушки наблюдаемого объекта, и, например, отменять выполнение
эффекта.
Например,
import watch from core/object/watch ;
const {proxy, hooks} = watch(obj); ...
kobezzza
- Opened on May 6, 2024
- #413
Пример:
export class CompositionProviderTest extends Super {
static override request: typeof Super.request = Super.request({
engine: providerCompositionEngine([
{
request: (_, params) = new ...
bonkalol
- 2
- Opened on Apr 4, 2024
- #403

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.