Justin Murray

Results 14 issues of Justin Murray

When multiple sessions exist, it should be possible to target a specific session, based on the session's username.

This algorithm has a worst case runtime of at least N^3, and an average of at least N^2. There are linear solutions for a moving average, so this stands to...

enhancement

If a large enough string (in my case, 5k INSERT statements) is passed to the `Database` [run() function](https://sql.js.org/documentation/Database.html#%255B%2522run%2522%255D), this leads to a buffer overflow and some kind of memory corruption....

## Versions + Platform - [x] SDK version - `@sentry/[email protected]` - [x] Electron version - `[email protected]` - [x] Platform - `macOS` ## Description We are upgrading our build from webpack...

When using the mouse to create a selection in normal mode, it is not possible to select the last character on a line when selecting from right to left (backwards)....

I'm using `3.0.0-beta.1`. It seems that my provided `treeWalker` generator is being walked to visit _every_ node in the tree, even though most of the nodes are not visible (collapsed)....

In [antlr3collections.c](https://github.com/antlr/antlr3/blob/master/runtime/C/src/antlr3collections.c), the function `newPool()` is calling both `realloc` and `malloc` without properly handling the out of memory (NULL return) case. This ultimately leads to my application crashing in [antlr3commontoken.c](https://github.com/antlr/antlr3/blob/master/runtime/C/src/antlr3commontoken.c),...

target:c
comp:runtime

The export process results in all named branches in mercurial being created as open branches in git, whether they are currently open or closed in mercurial. Ideally the closedness of...

feature-request
contribution-required

The http -> https redirect is what I want for most containers, but there is one that I need to just pass through as plain http. Is there some config...

I would like to be able to set a boundary node for the `moveStart`/`moveEnd` functions. When the cursor is at the start of my (visible) document, and I ask `moveStart`...