Joshua Wise
Joshua Wise
This fixes support for proto files that have nested messages or enums declared within groups, like this: ```proto syntax = "proto2"; message Foo { repeated group Field = 1 {...
# General Help Thread This thread is for anyone who needs help using SQLite or Node.js with regards to `better-sqlite3`. It's common for issues to appear with titles like `"Help...
# Electron Help Thread This thread is for anyone who needs help using [Electron](https://electronjs.org/) with `better-sqlite3`. `better-sqlite3` is a Node.js package, not an Electron package. If third parties like Electron...
To ease the burden of maintaining `better-sqlite3`, I have moved the project from my personal account to the [WiseLibs](https://github.com/WiseLibs) organization, which is a new organization that I created specifically for...
Hi there, First, thank you for this excellent library. It's great! I stumbled upon `superstruct` when searching for a way to define both runtime validation and TypeScript types in one...
When using the `visitor` API, some AST nodes (like Url) have a `loc` property which references the node's original source location. However, there's no `fileName` property, so `loc` is completely...
Hello! Thanks for taking the time to create this package. I'm trying to use it to decompress some data that was compressed by a different program, but I'm running into...
Hi, I've read your paper on [_Compiler Support for Lightweight Context Switching_](https://dl.acm.org/doi/10.1145/2400682.2400695), and I was very impressed and inspired. I'm writing a new programming language with lightweight user-space threads analogous...
I'd like to know if the terminal window is focused or not. Are there events or methods for this?