Bjorn Beishline
Bjorn Beishline
Changed spacy.load to spacy.default.load Updated README.md to reflect the problem highlighted in https://github.com/ines/spacy-js/issues/4 Changed the requirements.text to hugs 2.4.1 Having hugs 3.0.0 caused issue https://github.com/ines/spacy-js/issues/5
Is it possible to run commands via button press? For example ```jsx import React from "react"; function CommandButton() { return ( ReactTerminal.cd("home")} > Run Command ); } export default CommandButton;...
Welcome to the 🐸STT project! We are excited to see your interest, and appreciate your support! This repository is governed by the Contributor Covenant Code of Conduct. For more details,...
I noticed while using react-console-emulator, that the terminal can get very laggy when many high-speed `terminal.pushToStdout()` occur, and it gets much worse when the terminal output begins to be the...
I love what you've done with the project, it is by far the most usable and extendable react-based terminal. I noticed while using react-console-emulator, that the terminal can get very...
**Is your feature request related to a problem? Please describe.** When using jsmpeg-player in a typescript project, you lose the type safety in regards to the module, and also you...
https://github.com/BjornTheProgrammer/bun-plugin-html
The following code just console errors a bunch when running. ```ts import Mixpanel from 'mixpanel'; const mixpanel = Mixpanel.init('1185e7d1999cbf30e66076c105b11c49', { secret: 'd8bb5e232b89a8b5adc88d500ac78106' }); const events = [ { event: 'Thing',...
### Describe the feature Support generating the following syntax: ```ts declare { } ``` Primarily for ```ts declare global {} ``` ### Additional information - [X] Would you be willing...
More of a question than an issue, but would utilizing PIO be a better strategy for communicating with the TFT screen? I notice that [this](https://github.com/zapta/pio_tft) library utilizes PIO for the...