-
We need a Cairo2Midi transpiler, to convert Koji MIDI back to Midi.
You can take inspiration to [Midi2Cairo converter](https://github.com/cienicera/Koji/blob/main/python/midi_conversion.py#L7).
…
-
Is Python backend at `api.proselint.com` running just for [the demo page](http://proselint.com/write)? ([broken in FF](https://github.com/amperser/proselint/issues/227))
I wonder if it would be fea…
lidel updated
3 years ago
-
I need to hook the loader like this article: https://glebbahmutov.com/blog/hooking-into-node-loader-for-fun-and-profit/
I'm not sure if there is an API for that. More specifically I want it so that…
-
According to #30, the builder that uses vue-component-compiler is responsible for running the script through whatever transpiler is appropriate (e.g. `tsc`). Is there a way to know which `lang` was sp…
-
### Description
Transpilation is largely a multifaceted optimization problem of the sort that Quantum Computing proposes to handle.
In the spirit of "eating one's own cooking", we will explore way…
-
## What the new page should cover:
- Callback
- possible shoutout to ecosystem project - TreBugger
- partially-transpile subcircuits (?)
## SME collaborators (involve for planning and review):
…
-
I'm experiencing difficulties in building the bzip2 project, which I have converted from C to Rust using C2Rust. The [original bzip2 project is hosted on GitLab](https://gitlab.com/bzip2/bzip2), and m…
-
# Abstract
Make a citizen science game to optimize the transpiling process, similar to [fold.it](https://fold.it) in principle.
# Description
Current quantum hardware has limited connectivi…
-
### Goal
Transpiled code should be covered, either in original or transpiled forms.
(SO THAT things like react-jsx, es6 will work)
```
node ./node_modules/mocha/bin/mocha -r blanket --compilers js…
-
Investigate introducing builtin transpilers. It would work with a command line flag, which loads the code into the transpiler:
```
sjs --transpiler=babel code.js
```
Transpilers: babel and typescrip…