-
### What's hard to do? (limit 100 words)
Trying to take advantage of channel arrays now that #704 is fixed.
However, I think I'm blocked by the fact that I can't keep track of tokens across the ch…
-
Presume this is on the TODO list :)
I'd like to use
```swift
@JavaClass("java.nio.ByteBuffer")
open class JavaNIOByteBuffer: JavaNIOBuffer {
...
@JavaMethod
open func get(_ arg0: [Int8]…
-
MRE
```Fortran
program a
integer :: gnew(5)
integer :: loc(3)
integer :: res(3)
gnew = [10,20,30,40,50]
loc = [4,5,1]
print *, loc
res = gnew(loc)
print …
-
There is an error when I try to test training on TS1 and TS2. It seems like data_list[0].pairs and data_list[1].pairs can't be concatenated correctly:
```
$ python ufold_train.py --train_files TS1…
-
It seems WasmGC currently can only create WasmGC arrays via the following instructions:
* `array.new`
* `array.new_default`
* `array.new_fixed`
* `array.new_elem`
* `array.new_data`
If the arr…
-
There may be a real reason for the requirement, but it is in excess of the Blueprint mesh convention. The requirement may be related to storing the 1D arrays in `MCArray`, which is deprecated. Maybe…
-
While playing around with numpy arrays from julia ([discource thread](https://discourse.julialang.org/t/improving-parallel-loop-performance-by-using-numpy-for-allocations/122420?u=artemsolod)) I have …
-
## User Voice
This extension requirement follows a discussion around what data types may become relevant in the future.
based on the documentation of the S2 (EN50491-12-2) interface specification:
…
-
With #142 we introduced better support for saving structured values as objects in Crate.
We should probably extend that line of work to include support for arrays of structured values, which should b…
-
This issue is for discussion of the proposal to introduce **Common Atomic and Atomic Array types** in the standard library.
The full text of the proposal is here: [proposals/common-atomics.md](https…