Ivan Danyliuk

Results 110 comments of Ivan Danyliuk

Thanks. Yes, `--offline` mode would be great. My use case is that I have a scaffolding for the apps that use EdgeDB as a database (think like `rails new ...`,...

Ended up modifying sb-admin-2.js with following code: ```js if ($(window).width() < 768) { $(“.sidebar”).addClass(“toggled”) } ``` but maybe there is a more “idiomatic” solution?

Is there any solution to this as of 2022?

I'm trying to use PlutoGrid with GetX as well, and hit this problem. Whenever data is updated, grid shows old data. Is it a bug or something undocumented in how...

@jakeaaron thanks, I've checked this example, but it's not clear. What is `check_auth` endpoint? Will this request will be happening before each other API request? If I understood it correctly,...

Ok, confirming that issue fixed for me. (Though initially Warp incorrectly showed new version before actually updating)

@mewmew, just to note, it was totally my fault – I just forgot to make repo public, fixed now – but I'm glad it contributed to some fruitful discussion and...

I'm solving this problem for now by simply abandoning variadic parameters. In most of my cases, I just need to wrap some element or add classes. ```go func Button(content vecty.MarkupOrChild)...

Yes, I did from the start. So for multiple mode, both `upload` and `uploadMultiple` are required or just latter?