Dan Pickett
Dan Pickett
ok, that makes sense - I patched tab_menu I wouldn't classify \n or \r as un-safe - should the check call "strip" on the string before checking?
I experienced this issue on v0.2.35 and downgrading to 0.2.30 fixed the issue. `install` and `start` were silently failing. Interestingly it did not fail on a different computer. The main...
this happens intermittently for me too. Restarting helps most of the time. I am using Browser Fairy
also the generator doesn't generate the proper controller name if you generate it with a name other than "oauth"
can you confirm that the build is passing? Based on Travis CI, it appears to break the test suite.
I think you want to use ``` ruby proc {|p| BARCODE_SYMBOLOGY[p.barcode_symbology.to_sym] rescue Barby::Code39 } ```
yes this is on the roadmap and something I want as well! thanks
looks like it has an API I can build against: https://blacksmithgu.github.io/obsidian-dataview/plugin/develop-against-dataview/
I experience this issue as well because I have another dependency that references the typescript-eslint `plugin`. This looks like an issue with the new flat configuration style as noted here:...