Adam Macumber

Results 23 issues of Adam Macumber

When working on a local SQL file with this context: ```sql SELECT * from table_1 where id = 1; SELECT * from table_2 where id = 2; ``` I get...

enhancement

One of my favorite things about Enpass is the ability to quickly unlock my vaults with my fingerprint on my Mac. What are the chances of supporting that?

**Describe the bug** When the microservices container attempts to start, it fails with this error message: ``` /usr/src/app/node_modules/local-reverse-geocoder/index.js:746 Error downloading GeoNames cities500 data: Error: getaddrinfo EAI_AGAIN download.geonames.org ``` ## Docker...

bug
need triage

# Description Drag images (JPG, GIF or PNG) onto the canvas to add them to the whiteboard. Images are saved to disk into a directory with the name name as...

Saves and restores various bits of application state: * Stroke size * Stroke opacity * Stroke color * Grid visibility and style * Selected tool As part of this work,...

Attempted to rename a request and got a blank white screen. Bruno will not close using `CMD-Q` but selecting `Force Quit` from the menu in the top left does allow...

bug

# Bug Description Notes with filenames that contain quotes cannot be opened. # Steps to Reproduce * Create a new note and add this to the first line: `This is...

# Reproduction Steps Note: I'm using `neovim` - Add this to your `init.vim` ``` Plug 'xolox/vim-notes' Plug 'xolox/vim-misc' Plug 'ncm2/ncm2' Plug 'roxma/nvim-yarp' Plug 'ncm2/ncm2-bufword' ``` - Do the requisite `:PlugInstall`...

Is it possible to use this with Hapi Views and Handlebars? My files seem to be served to the browser as expected but all of my template strings (`{{example}}`) are...

Addresses the following issues: * The `validate` function did not allow a value of `local_file` for the `save` config option. * The `ImageGrab.save()` and `makedirs()` functions seemed not to work...