ijustlovemath

Results 13 issues of ijustlovemath

It's listed as a TODO: https://github.com/immunant/c2rust/blob/master/c2rust-ast-exporter/src/AstExporter.cpp#L647 List of builtin macros starts at Line 148: https://clang.llvm.org/doxygen/Preprocessor_8h_source.html I'd be willing to do the translation work, eg converting `__LINE__` to `line!()`, I just...

enhancement

### Subject of the issue I live in a rural area with spotty internet, and recently thought it might be a fun project to create a local database (simple filesystem...

feature request

Hi, I'm trying to use this tool from my dd-wrt box, which runs MIPS. I'm going to try and cross compile it and will submit a PR if I get...

I'm using this library to losslessly model orbits in an n-body simulator, and I've noticed that after just a few iterations, the length of the data field seems to be...

Are you guys open to a revamp of your readme? Just to include a couple usage examples? I can write the docs but don't want to use up time if...

I'm running into a bizarre issue with this serial port library that I also saw in a Rust based library, maybe you can help! I'm implemented the following test program,...

Saw this project on HN and wanted to try it out! In my application there's a class used to keep track of other eligible classes using a decorator. This is...

enhancement

I just found this project, and it looks like it solves an important problem for me (fully open source tail scale alternative). However, I didn't understand from the post how...

## Type of Issue (Enhancement, Error, Bug, Question) Enhancement ---------------------------------------- ## Environment #### Operating System Windows version ('10', '10.0.19045', 'SP0', 'Multiprocessor Free') #### PySimpleGUI Port (tkinter, Qt, Wx, Web) tkinter...

enhancement
Port - TK

Hi, I'm trying to support running a python script that redirects stdout in git-bash. I've settled on a magic invocation that seems to work: ``` winpty -Xallow-non-tty -Xplain python.exe -u...