-
```
error: failed to verify package tarball
Caused by:
Source directory was modified by build.rs during cargo publish. Build scripts should not modify anything outside of OUT_DIR.
```
The `…
-
I use webpack and babel as my es6 transpiler in my dev.create-index act correct when all siblings are files. It breaks when export subdir.
For example
``` sh
├── king.js
└── queen
├── bar.js
…
-
**Is your feature request related to a problem? Please describe.**
Add documentation in vimdocs format so it can be accessed via `:h magma`.
**Describe the solution you'd like**
Ideally there is …
tbung updated
2 years ago
-
While transpiling, the class java.util.Base64 will not be found
(Sorry for my awfull english)
-
Use something like `'float':Mantissa:Exponent` to represent floats in the transpiler and built-ins, so that we can apply constraints on the mantissa and exponent of a floating point number.
This coul…
-
In the docs you show the following:
```js
import createActionBuffer from 'redux-action-buffer'
```
`createActionBuffer` is not a default export though (it is exported directly through `module.…
-
Crashing on game load with this as the only enabled mod other than dependencies with 11/13 Experimental Update
`[Message: BepInEx] BepInEx 5.4.22.0 - Timberborn (11/13/2023 9:14:39 AM)
[Info :…
-
Gmod comes with a number of builtin libraries such as the [string](https://wiki.facepunch.com/gmod/string) library. For example:
``` ts
// JavaScript version
print("haystack".endsWith("needle"))
/…
-
Lets say we want to use TauProlog as a transpiler that also writes
Prolog clauses. Now the following happens in TauProlog 0.3.1 (beta):
```
?- X = (a,b), writeq(X), nl.
a,b
?- X = (a:-b), writeq…
ghost updated
3 years ago
-
Hi, I am extremely interestedin using your project.
Is there any documentation on how to use it?
Mainly I miss the XML files that you use somehow to configure your compiler.
I even tried your visual …