Jessy

Results 31 comments of Jessy

@indrimuska Do you have the starting of the update in a branch? Maybe some of the community here can help out.

When I change they keybinding target browser to a specific browser I don't get the error anymore. ``` Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 543,...

I think you'll need to provide more context so help can be given. what code is being used to send on c# side and what code is being used to...

@l3all With CSS it would be possible to apply a zoom (CSS Transform using scale), and I'm sure the plugin could include a property in the front matter like `banners_zoom:...

Small update: Obsidian 1.0.0 release has these same issues and will be pulled out of windows. The banner seems to take 100vh (100% view height). Most likely just need some...

I think using simply `Angular` since Angular.js is in an EOL state would be fine. I've been actively developing Angular applications for years now and found the Angular.js reference confusing.

@josselex overriding the styles produces more content to be downloaded by the script itself and then the browser has to work to replace the styles that are being override. In...

Currently the use case we use is to use the include script and override styles manually which is a solution that works fine :) being able to style from nothing...

I think.. if you have templator you could potentially create this without triggering Waypoint. You would write ``` ```

> Just noting - JavaScript - while popular is a very heavy language compared to something like C. The flipper isn't exactly a compute powerhouse, so I'm concerned that there...