Islam Sharabash
Islam Sharabash
@MatthieuLemoine I made this change so that we can opt-in to throwing errors. We catch these and send them to bugsnag, so it should help with catching any edge cases...
This commit: 1. Prevents sending messages to destroyed webContents (which result in a crash) 2. Allows registering multiple webContents for push notifications We need this because we are listening for...
Is anyone else interested in offline support? I'm using nativefier for Safari Books Online, and I'd like to cache the site and content so I can read anywhere. I've built...
This replaces convertImageToBase64 with copyImageAt. This means that copying image works offline as well as when there might be CORS errors.
This adds hooks to safe_z_home which allow running custom gcode before/after each axis is homed. I need to move the toolhead a little after homing x to prevent a crash....
**Is your feature request related to a problem? Please describe.** As a user of electron, I want to be able to intercept http requests and optionally send a response back....
### Similar Issues - [X] Before filing, I have searched for similar issues. ### Neovim Version ``` NVIM v0.9.5 Build type: Release LuaJIT 2.1.1703358377 system vimrc file: "$VIM/sysinit.vim" fall-back for...
This adds commands from nvim_get_commands and attempts to filter out non-human-friendly descriptions. Contributes https://github.com/mrjones2014/legendary.nvim/issues/259 ## How to Test 1. Please leave detailed testing instructions 1. Enable built in commands 2....
Fixes #206 This allows setting custom dot styling on a per mark basis. Tried to be as least-intrusive as possible, but let me know if you'd prefer a different approach.
# I am submitting a new Community Plugin ## Repo URL Link to my plugin:https://github.com/ibash/obsidian-new-window ## Release Checklist - [X] I have tested the plugin on - [ ] Windows...