Kenneth Bruskiewicz
Kenneth Bruskiewicz
Recently I've adopted `goofys` as the mounting strategy for an FTP server that facilitates data transfer where I work. I've been very glad that it's "just worked" as opposed to...
When I attempt to close the Modal and there are no tabs open, because the user closes all tabs they have from the Modal, I get a `TypeError: tab is...
Following the instructions, I got to the point where all of the folders were created, the command was ready to run, etc... and this is what returned. ``` panic: runtime...
I noticed that org-board tries to use the system browser if 'eww is not used as the default. Could this option be expanded so other emacs-based browsers could be used,...
Is there a reason this can't be expanded to support other operating systems?
The Matrix protocol is useful for setting up persistent messaging bridges between chat apps and other event sources. Much like how I use RSS for articles, I use Matrix for...
**Is your feature request related to a problem? Please describe.** In my application, each node represents a table of data. When several tables of data are selected, the view that...
With issue #431 : rework the file saving to allow for multi-sheet Excel file saving.
Riffing off of this: https://github.com/cidgoh/DataHarmonizer/issues/431#issuecomment-2071096888 given a data structure like: ```json { "schema": "https://www.example.com/GRDI", "version": "10.0.0", "GRDI_Sample": [ /* list items*/ ], "AMR_Test": [ /* list items*/ ] } ```...
Ensure that data can be exported in JSON format: ```json { "GRDI_Sample": [ /* list items*/ ], "AMR_Test": [ /* list items*/ ] } ``` Is this for all templates?