woochica

Results 10 comments of woochica

I'm in the same boat. I'd like to attach data tags and other attributes to the fields that would effect how they are rendered. As @bgrosse-midokura mentioned, `TextFieldConfig.attributes` looks a...

ReactJS's server fails the same way if encounters an Emacs lock file. As @kephas suggested, you can tell Emacs to avoid creating lock files for your Elm project. Here's how:...

Thanks @michaeljones for raising this issue (Elm 0.19). I've just run into the same problem. Your `target="_self"` trick works well for the time being.

[Another solution was suggested](https://stackoverflow.com/a/52708346/73603) in a StackOverflow post. > The solution is to add another pattern to `update` which matches on empty external URL, where we simply do nothing instead...

> Wish there was a `public` page where this platform was described. e.g. a Blog post. 💭 > Still worth including. 👍 I'm the developer of the Elm app. It's...

Has anyone managed to get this solved? I downloaded the latest version of the extension ([firefox-devtools.vscode-firefox-debug-2.9.8.vsix](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/firefox-devtools/vsextensions/vscode-firefox-debug/2.9.8/vspackage)). I extracted the file and it gives me this: ``` ❯ tar xvf firefox-devtools.vscode-firefox-debug-2.9.8.vsix...

@nailuoGG for me pulling the latest version works well: `curl https://marketplace.visualstudio.com/_apis/public/gallery/publishers/firefox-devtools/vsextensions/vscode-firefox-debug/latest/vspackage --output ` but the problem is that, regardless which version you fetch, none of them contain the `firefoxDebugAdapter.js`.

Good catch. I've just come across [emacs-deferred](https://github.com/kiwanami/emacs-deferred/), too.

> I just don't want to manually toggle every single time I visit that file. @jowens why would you want to use `python-black-on-save-mode-enable-dwim` over `python-black-on-save-mode`? If you set the hook...

@ArtiomTr thank you for the detailed explanation of this problem