Todoroki / u-dory

Results 9 comments of Todoroki / u-dory

Can the plugin just work together with https://addons.mozilla.org/ja/firefox/addon/multi-account-containers/ ? Like, if the user has `multi-account-containers` installed together with `panorama tab groups`, you can set the default tab container of new...

@imbsky Sorry for being late, I've fixed `asdf-v`. Thanks for the reminder!

Exporting in a more fisher way ```fish set PATH $HOME/.cargo/bin $PATH ``` in `~/.config/fish/config.fish` maybe better.

Sorry, it worked after changing the stack size as written here https://github.com/mruby-esp32/mruby-socket

I rethought about this... Maybe we can just make the `opening` `closing` options to match strictly by the word boundary, like the `\b` anchor in regexp. ```elixir # given settings...

Ah no, I meant that if you force to match symbol brackets by word boundaries too, like `/\b\(\b/`, then that opening bracket in the example above won't match (which should...

I have the same issue: `react-hammerjs.js:1 Uncaught Error: Cannot find module 'hammerjs'` I have react, hammer and react-hammer directly loaded by `

okay sorry for that... I only had the LTS version of node and now I upgraded to v6... and here's what I now get ``` > [email protected] tape /home/me/git/menubar-calendar >...