Duane Johnson

Results 121 issues of Duane Johnson

The client can be used in the browser or in a nodejs process. We use [two separate mechanisms](https://github.com/josephg/braid-protocol/blob/5500d28cae6cbd7fecc6e65573cd77995efadea5/client/client.ts#L190-L219) to read the stream in each case. A potentially more elegant solution...

I'd prefer to use "export [name]" instead of "export default" and "module.exports =". The main reason is that our library can give reasonable naming expectations to users of this library,...

With javascript used as the filename, it appears some files can be "created" but then never again interacted with via the filesystem: ![image](https://github.com/osnr/TabFS/assets/129/948a5210-2682-4ae6-9b51-10e3f1932937) I believe it may be the square...

Nice work with this gem. I've been looking through the source for possible ways to save and load a trie using Triez. I haven't seen anything in the source yet,...

I'm really excited to work on this some more. How would you feel about my making some documentation and variable name changes to the hat-trie code? For instance, it took...

Synopsis: OS thinks UI is frozen during long-running import and force quits before import completes. I'm trying to import a large-ish 1password "1pif" file--about 2000 logins from websites I've visited...

I have a stamp with a method that uses `get` style function: ``` methods: { /** * @returns {string} */ get label() { return this.state.label.target }, ... ``` I also...

When the Dock Visibility setting is set to "Intelligently hide" and I fullscreen an app (e.g. Firefox) then hover over the dock with the mouse pointer, the Dock slides out...

I have two monitors, each with a Cosmic Dock on the left-hand side. When I launch an app from the dock, I expect it to open on the same monitor...

After opening my laptop and plugging it into an external monitor, I received the following journalctl logs and stack traces: ``` Jan 14 14:11:55 rosie gnome-shell[5222]: XWAYLAND: mode -1x-1 is...