Lewie

Results 20 issues of Lewie

I'm able to confirm that an exception is thrown with the throwsException extension. When I provide the string value of the expected error message, it fails to work. The code...

The contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. Please, stop using `shadowRoot` and access the editor contents directly instead. ``` atom-text-editor.Object.defineProperty.get (C:\Users\lewismoten\AppData\Local\atom\app-1.13.0\resources\app.asar\src\text-editor-element.js:68:18) NavView.setFile (C:\Users\lewismoten\.atom\packages\nav-panel\lib\nav-view.coffee:127:49)...

[Enter steps to reproduce:] 1. ...click anything on the nav panel 2. ... 3. Profit! **Atom**: 1.14.1 ia32 **Electron**: 1.3.13 **OS**: Microsoft Windows 7 Enterprise **Thrown From**: [nav-panel](https://github.com/Ziink/atom-nav-panel) package 0.0.11...

In `nav-panel\styles\nav-panel.less`: Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using `:host` and `::shadow` pseudo-selectors,...

Hello. I noticed that my server was getting hit with tons of requests for `/undefined`. Although the response was only 238 bytes, the great number of the requests per second...

Hello. I've had fun with the Barcode Detection API, but found that Safari and Chrome doesn't support it on iOS. I have found your library looking for a way to...

Given that this project hasn't had any activity over the past few years, I'm under the impression that it has been abandoned. If this is not the case, let me...

All files (except schema.sql) were being processed in the migrations folder as if they were JavaScript files. Now all files are skipped unless they have a `.js`, `.mjs`, or `.cjs`...

This change allows procedures, functions, and events to be dumped into schema.sql when running `schema-update`. Resolves #29 (procedures & functions) Contributes to #30 (events)

Resolves #17 Resolves #28 Given migration table is empty When performing migration down Then execute callback to prevent hanging