-
I'm trying to recreate the material design ripple effect with canvas and vdux. The actual code for the effects works just fine and now I need to wire it with vdux. So basically I create an initial arr…
-
This is a recurring idea, most recently by @johnynek in https://github.com/typelevel/cats/pull/4118#issuecomment-1022714696.
> i.e. we should work towards having a typeclass based implementation of…
-
# Bug report
### Bug description:
Hi, I tried to build msi via `.\tools\msi\build.bat` on a windows vnext server, but it failed. If I use `.\PCbuild\build.bat`, it's ok.
![image](https://github.com…
-
Currently, the API of this package is split in 4 modules:
1. `JsArrayBuffer` for the underlying JavaScript `ArrayBuffer` API.
2. `JsTypedArray` defines the type `JsTypedArray a b` and provides pol…
-
- [x] Identify folks from teams in the PL Network that might want to attend
- [ ] Initial survey of IPLD needs from people that expressed interest
- [ ] Put together GH org or repo for tracking meet…
-
Tried on curent main branch
Traceback
```python
PS C:\Users\KIRILL-1\CLionProjects\cpython> ./python -m test -v test_peg_generator
Running Debug|x64 interpreter...
== CPython 3.13.0a0 (heads/…
-
I started to build whole MXE from scratch under MAgeia8 for digiKam bundle.
Compilation stop on yasm package with this log :
```
[gilles@localhost ~]$ cat /mnt/data/7.x/project/bundles/mxe/build…
-
The following code is fine according to LLVM `noalias`, but rejected by both Stacked Borrows and Tree Borrows:
```rust
fn main() { unsafe {
let mut array = [0i32; 8];
let ptr1 = array.as_m…
-
I'm attempting to use vectors to represent the contents of 5-line tiles in Atom, and I'm keeping the groups of lines up to date with repeated applications of `splice`. After not very long, however, pe…
-
*From nathansobo on Tue, 05 Aug 2014 18:42:46 GMT*
I'm attempting to use vectors to represent the contents of 5-line tiles in Atom, and I'm keeping the groups of lines up to date with repeated applic…