-
As discussed in #385, it might be easier for users to have architecture option shortcuts. For example,
```
loss: "mae"
```
instead of
```
loss:
type: "mae"
```
-
| | |
| --- | --- |
| Bugzilla Link | [18238](https://llvm.org/bz18238) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @iains |
## Extended Description
/Vol…
-
I am trying to get the [rice gem](https://github.com/jasonroelofs/rice) working with truffleruby. I know that rice leverges MRI internals, but I wanted to check if it was possible to make it work with…
-
**Is your feature request related to a problem? Please describe.**
Follow-up from #1177, is there a way to reduce bundle size by opting out from some languages?
Even though the languages have been…
-
I appreciate your frankness (and I'm sure frustration) of your remark:
> IMPORTANT! We don't see any way how to make web development as great as Ruby on Rails or Django with a very static nature of…
-
### I have searched through the issues and didn't find my problem.
- [X] Confirm
### About the icon
Z3 an efficient SMT solver
### Links and sources
https://www.microsoft.com/en-us/research/proje…
-
Any ideas on how one might build a tree incrementally? I'd like to add a leaf in a contract function and save the root in contract storage. Then, later check that some supplied hash is part of the tre…
-
### TL;DR
What if we rewrote all namespace partial schemas as proper schemas, index them in the master schema, and then say each annotation has to validate as a `oneOf: [namespace1, namespace2, ...…
-
It appears languages from `tree_sitter_languages` are not taken into account, when using functions from this plugin.
While everything works as expected for python it does not on other languages suc…
-
I have a language ( https://github.com/johnynek/bosatsu ) that I am considering compiling to wax to take advantage of the many backends.
My language supports generics. When I compile to python, thi…