Eonasdan
Eonasdan
I have this issue as well. You can easily see this in a plain js [stackblitz](https://stackblitz.com/edit/editorjs-1739?file=index.js). I'd love to be able get the save data per block id/index.
Hey guys thanks for creating this list and website I wrote a Windows app that can scan through your Chrome/Firefox history for sites that match the list provided here. You...
how about adding `DbSet` short cut. I hate typing all that out. `public DbSet Ts { get; set; }` aside: I'm doing a R# "magic show" talk next month, I'm...
why do feel that way? ZenSharp already does property generation like that. I tried ``` scope "InCSharpClass" { start ::= method | property | field | const | other other...
ah... I see now why you said that. ZenSharp wouldn't be able to figure out that type is a Model class? the generated code should be `public DbSet Persons {...
@ulex I'd still love to see support for this in Rider. I feel a bit crippled without it :(
Please point this to the dev branch.
Thanks for this. I needed up manually merging this. I had it check the window object first. Sorry I didn't get to merge this.
attempting to run `rollup` without installed globally no longer works. same with `browser-sync` `'browser-sync' is not recognized as an internal or external command` Environment: OS: Windows 10 1909 Node: 15.8...
the option name is allowInput**Toggle**. I guess it makes more sense if I rename it to `allowInputOpen` and just make it open on click. I could add an event trigger...