QL

Results 52 issues of QL

- [x] arrange - [x] eval: ``` o: eval `o:=sin( x*2.0*pi())*0.5;x:=x+440.0/sr;o` ``` - [ ] points - [ ] sample_reader - [ ] parser done right - [ ] pan,...

This is not correct: ``` ~main: imp 1.0 >> add ~fb ~fb: ~main >> delayn 4410 >> mul 0.1 o: ~main >> mul 0.5 ``` This is OK: ``` ~main:...

enhancement

Thanks for the wonderful work. I am looking for an alternative to DfsPostOrder in petgraph: https://docs.rs/petgraph/0.6.2/petgraph/visit/struct.DfsPostOrder.html I wonder if it can be supported in the future version or is it...

Perhaps upgrading `nom` would be very helpful.

perhaps also need to rename it to `instantUpdating` - add comment doc to the method - it should take enum params like `UpdateStrategy::Instant or EveryBar`

``` import { defineConfig } from 'vite'; export default defineConfig({ plugins: [ { name: 'configure-server', configureServer(server) { server.middlewares.use((_req, res, next) => { res.setHeader("Cross-Origin-Opener-Policy", "same-origin"); res.setHeader("Cross-Origin-Embedder-Policy", "require-corp"); next(); }); } },...

Unfortunately, there is zero doc about `server.headers` on the official website. Interesting. The issue is closed, but you can still find some useful info there: https://github.com/vitejs/vite/issues/3909