travisstaloch

Results 43 issues of travisstaloch

@daurnimator also requested this on discord > I'd like to be able to use other things as keys (in my particular case: a usize) in which case I don't need...

proposal

Ideas from sasuke420 discussion on discord: - [ ] an option to not care about the LSB of doubles - [ ] an option to store some numbers in 1...

convert all of the hacks found [here](../blob/main/src/llvm_intrinsics.zig) and [here](../blob/main/src/utils.c) to zig builtin calls. this will hopefully make it possible to build on mac and other platforms and close #1. 1....

looks like two errors: - '__builtin_ia32_permti256' needs target feature avx2 - LLVM ERROR: Cannot select: 0x7f837444e7b0: v32i8 = X86ISD::PSHUFB ... in function llvm_intrinsics.test "pshufb"

Hello. I'm attempting to add support for short deck poker (9 rank deck 6-A rather than 13 rank 2-A). Right now I'm stuck trying to generate flush_sd and nonflush_sd look...

enhancement

The ion/ionvcproj.py script wasn't working for me. I made changes to the pre-build event which allow me to build and debug my ion code. The only thing I have to...

Using sublime with a fresh zls build pulled and built today, i've been having more crashes than usual with -Drelease-safe build. So i made a debug build and it crashed...

bug

I wanted to try and parse a subset of tradingview's pinescript and create equivalent javascript code. I found antlr 3 lexer and parser definitions here: [lexer](https://www.tradingview.com/wiki/Appendix_B._Pine_Script_v2_lexer_grammar) [parser](https://www.tradingview.com/wiki/Appendix_C._Pine_Script_v2_parser_grammar). These indicate 'ANTLR...

I have nim 0.20.0 on windows 10. When I try to `nimble install httpauth@#head`, I get: `Error: cannot open file: subexes` I see that subexes has been moved to the...

Thank you so much for cm! Its really great and now I can figure out how to use it by reading the config. :+1: After just pulling and building cm...

unicode