simo

Results 11 issues of simo

:wave: I just found two new utilities [xtend](https://www.npmjs.com/package/xtend) and [deep-extend](https://www.npmjs.com/package/deep-extend).

:wave: is it possible to enable zooming like in regular Browser/Electron app? The regular shortcuts on Linux are not working: ctrl + scroll up/down and ctrl + +/-

enhancement

I think this should be refactored as: ``` js ;;module.exports = function () { return false;; // we've been rescued! };; ``` (cause you never know) :worried:

Hi, there, We recently had this bug report https://github.com/request/request/issues/1693 in _request_ It turned out that the user passes a `boolean` value to one of the form-data's fields (`field:false`) that results...

improvement
question

Any idea why after `server.close` the process remains running? The session middleware seems to be the cause: ```js app.use(session({store: 'memory'})) ``` Ok, it's the `scheduleGc` https://github.com/curveball/session/blob/master/src/memorystore.ts#L97 ...

:wave: I have a bunch of modules required in my project that are outside of my project's node_modules folder, I know that's highly unusual, but that also works perfectly fine...

bug

https://github.com/babel/babel-sublime/blob/2b3608cd8b555e3e16df5585e11543085658afbd/JavaScript%20(Babel).sublime-syntax#L2801 ```diff - scope: string.unquoted.js + scope: string.quoted.js ``` before ![Screenshot from 2023-12-23 11-07-43](https://github.com/babel/babel-sublime/assets/1694112/23934c5f-22a0-4667-ba61-1894c669ece5) after ![Screenshot from 2023-12-23 11-07-58](https://github.com/babel/babel-sublime/assets/1694112/82d68d70-d7b8-44e5-94ce-7a65b49c58f3) I'm not entirely sure if this is a problem on my...

### Description I have a browser extension that injects `mermaid.min.js` as a content script: ```js chrome.scripting.executeScript({ target: {tabId: id}, files: [ 'mermaid.min.js' ], injectImmediately: true }) ``` In Chromium based...

Type: Bug / Error
Contributor needed
Status: Approved

### Description The introduction of [Katex in v10.9.0](https://github.com/mermaid-js/mermaid/releases/tag/v10.9.0) most likely introduced characters that are not encoded properly into the build. When I try to inject Mermaid v10.9.0 into a Chrome...

Type: Bug / Error
Status: Triage

Here is how I (dirty) fixed Rainbolth to work with the new `.sublime-color-scheme` file format. 1. Clone this repo in your `~/.config/sublime-text-3/Packages` 2. Open `rainbowth.py` and add the following line...