Andrew Kaiser
Andrew Kaiser
Hi! This one is a big ask, but I want to know if it is in the works at all. Currently, this is what my webpack loaders setup looks like:...
If I am receiving a continuous string of logs as my app runs with `reStart`, then when I type `reStop` into sbt, the text will keep flying above me. The...
Hi, I want to use pico to find faces on images of arbitrary width/height. I am hoping there is some sort of general rule I can uses for setting the...
- [ ] I'd be willing to submit the fix posting as a follow up to #53 **Describe the bug** colors for mocha tests are not visible from mochapack. **To...
Hi, thank you for maintaining this fork! I have a project that creates child processes from other webpack entrypoints. Minimally reproducible example: ```js // webpack.config.js const path = require('path') module.exports...
Hi! Super excited about this library, gRPC was too unapproachable no its own but this library has a much smaller footprint which is awesome. One thing that stuck out though...
### Describe the bug inside a typescript file, treesitter appears to correctly highlight SQL inside a tagged string. However, editing the tag "sql" in different ways causes the nested syntax...
I am attempting to get tensorflowjs running within deno. A basic script like the following will work: ```ts import * as tf from 'https://cdn.skypack.dev/@tensorflow/tfjs' import 'https://cdn.skypack.dev/@tensorflow/tfjs-backend-webgpu' // initialize tensorflow await...
**Is your feature request related to a problem? Please describe.** I have created a called [ffmpeg-templates](https://github.com/andykais/ffmpeg-templates) in [deno](https://deno.land) which uses ffmpeg on the command line. **Describe the solution you'd like**...
Hi, I was wondering if it is possible to run Ack and view search results without auto opening the first result. Sometimes I just want to know where a pattern...