Artiom Neganov

Results 189 comments of Artiom Neganov

> Why do you want to put the apps into different compose files instead of putting them all in the same compose file? Daniel. How would I run my applications...

> I haven't had the time. heh, that's what I've just guessed in the famous #45 ticket :)

So when? The main question.

@dnephin So what does stop you Daniel from implementing this, a free time? Well do you mind to be funded for this work and if yes - what would be...

Any updates folks? The snippet from the README just doesn't work: ```ts // fetch-polyfill.js import fetch from 'node-fetch'; if (!globalThis.fetch) { globalThis.fetch = fetch; globalThis.Headers = Headers; globalThis.Request = Request;...

> use top level await with es6 modules and conditionally load node-fetch instead > > ```js > if (!globalThis.fetch) { This is not going to work. The if-line itself makes...

1.69.3 - I don't see any regularity it the calculation of columns width. ``` columns={[ { title: t('ID'), field: 'id', type: 'numeric', width: 1 }, { title: t('Name'), field: 'name',...

Of course it has. It just doesn't copy ~~anything~~ the full URL. I can make a video. UPDATE https://www.youtube.com/watch?v=TFJFG5kp65o

Having an "override" thing that cannot do half of the job... well, it's something.