-
# 🐛 Bug
Following the tutorial in https://github.com/diem/diem/blob/main/language/documentation/book/src/creating-coins.md, where we are trying to pack a struct in a script. The struct is defined i…
-
### Description
As of now the jballerina compiler is executed using the JVM. It is possible to generate platform specific native-images of the jballerina compiler using GraalVM native image for bet…
-
### Language name
Haxe
### Language version
4.3.1
### Language homepage
https://haxe.org/
### Compiler homepage
https://haxe.org/
### Compiler version
4.3.1
### Motivatio…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [x] Foundryup
### What version of Foundry are you on?
forge 0.0.2 (13497a5 2024-05-16T00:24:4…
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
-
### 🐛 Describe the bug
`out=` variant of `native_batch_norm` operation does not work with `aot_eager` backend.
```python
args = (
torch.rand(5, 5, 5),
torch.rand(5),
torch.rand(5),…
-
环境:sublime text3
osx, 使用brew 安装 lua
lua -v
`Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio`
一格式化就报错:
```
/usr/local/bin/lua: ./metalua/compiler.lua:119: ./metalua/compiler/bytecode/lopcodes.lu…
-
### Version Information
* vyper Version (output of `vyper --version`): 0.4.0+commit.e9db8d9
* OS: GNU/Linux
* Python Version (output of `python --version`): Python 3.12.5
### What's your issue…
xrchz updated
2 months ago
-
### Compiler name
Luac
### Compiler version
5.4
### Compiler language
Lua
### Compiler homepage
https://www.lua.org/download.html
### Motivation
Lua is unique in that unlike other interpreted…
-
compilation to BEAM bytecode,
BEAM specific features like processes and messages
implement backend yourself and make a library out of it?