Alexander Tsepkov

Results 41 comments of Alexander Tsepkov

Not sure if this is related (and if not, I can create a new issue), I'm seeing that with multiple monitors, no matter what my active monitor is, the applications...

We have a need for this as well. @bahmutov is it possible to simply expose Circle's native `save_cache` and `restore_cache` parameters directly? That would handle multiple keys as well as...

@hholst80 Please read my post in its entirety. My mapping for inserting a physical backtick is pressing the backtick twice. I've been using tmux for years and never had an...

I'm seeing the same error when trying to build an accordion element. The element expands correctly, but trying to shrink it again, I see the following error: ``` mdbsvelte.es.js:formatted:1 Uncaught...

Ended up using a different UI library, this one does not seem to be maintained anymore.

The workaround will not work if the imported file performs DOM manipulation at the time it's being loaded rather than inside a function call to be executed later. Granted, by...

I'm experiencing the same issue with svelte head, tried creating a REPL but svelte.dev won't let me save without logging in, and the Github-based login isn't working for me (the...

You can already accomplish this by hooking into the revogrid events (https://revolist.github.io/revogrid/guide/api.html#properties). In particular, `beforecellfocus` can be used to render the selected cell/row differently from the other ones. I use...

I too am interested in using this with original Dokku, the other alternative (https://github.com/MaximeHeckel/HarborJS) hasn't been updated in a while and is no longer working with Ubuntu 14.04 or later,...