Birch-san

Results 29 issues of Birch-san

### Detailed steps on how to reproduce the bug [Containerised repro](https://github.com/Birch-san/juce-repro) using JUCE audio plugin example: ```bash git clone https://github.com/Birch-san/juce-repro.git cd juce-repro docker build . ``` [`juce_win32_ComInterfaces.h`](https://github.com/juce-framework/JUCE/blob/master/modules/juce_gui_basics/native/accessibility/juce_win32_ComInterfaces.h) attempts to define...

### Detailed steps on how to reproduce the bug [Containerised repro](https://github.com/Birch-san/juce-repro) using JUCE audio plugin example: ```bash git clone https://github.com/Birch-san/juce-repro.git cd juce-repro docker build --build-arg LLVM_MINGW_VER=20211002 --build-arg XARCH=i686 . ```...

Hey, thanks for another great repository. Would it benefit from an N-grammer integration? https://github.com/lucidrains/n-grammer-pytorch It looks like you tried integrating N-grammer into a transformer, and the results were "slightly better"?...

I've iterated on https://github.com/iovisor/bpftrace/pull/1357 based on review feedback. Resolves https://github.com/iovisor/bpftrace/issues/305. Incorporates @mmarchini's RFC https://github.com/iovisor/bpftrace/pull/750. The design is a lot simpler now. We allocate a per-CPU array map, big enough for...

(Discussion extracted from https://github.com/iovisor/bpftrace/pull/299) This issue is to track "how could str() support kilobyte/megabyte/arbitrary string sizes?" str() allocates strings on the BPF stack, so we reach the 512-byte limit very...

help wanted

Incorporates @mmarchini's RFC https://github.com/iovisor/bpftrace/pull/750. Incorporates parts of "big strings" https://github.com/iovisor/bpftrace/pull/1360. I did **not** implement the `probe_read()` from https://github.com/iovisor/bpftrace/pull/750, because until `str()` too is moved off-stack, we won't be doing any...

`join()` should return a string as an expression. ### Is your feature request related to a problem? Please describe. Just something I noticed (during https://github.com/iovisor/bpftrace/issues/305) when looking at how every...

enhancement

compile succeeded, but link failed: ``` [100%] Building CXX object src/CMakeFiles/bpftrace.dir/main.cpp.o [100%] Linking CXX executable bpftrace /usr/bin/ld: libbpftrace.a(clang_parser.cpp.o): in function `bpftrace::is_anonymous(CXCursor)': /home/alex/git/bpftrace/src/clang_parser.cpp:108: undefined reference to `clang_Cursor_isAnonymousRecordDecl' collect2: error: ld returned...

Hey, thanks as always for your work on imagen-pytorch. 🙂 What's a good way to handle aspect ratio? The [Booru-chars](https://nyaa.si/view/1486179) dataset I'd like to train from, has full body images...

Hi 👋, https://github.com/LuChengTHU/dpm-solver just got released (with pytorch code!) and demonstrates how to sample in around 10 steps. https://arxiv.org/abs/2206.00927 not sure how this compares to the sampling efficiencies that were...