Ryan Lee

Results 10 issues of Ryan Lee

The `conf.py` generated by sphinx states the following: ```python # If not None, a 'Last updated on:' timestamp is inserted at every page # bottom, using the given strftime format....

bug
enhancement

Currently processes are forcefully terminated at the end of the game. https://github.com/HaliteChallenge/Halite-III/blob/7b7deb7ffed0dde878c1348783a063d657d6dbef/game_engine/networking/unix/UnixConnection.cpp#L89-L91 https://github.com/HaliteChallenge/Halite-III/blob/7b7deb7ffed0dde878c1348783a063d657d6dbef/game_engine/networking/win32/WinConnection.cpp#L99-L110 The use of `SIGKILL` inside `UnixConnetion.cpp` forcibly shuts down the process without giving it a chance to...

This will be a VHDL backend from #112, and I will be using this PR to track what has been finished and what still needs work. - [ ] Adjust...

(The title of this issue refers to my best guess at explaining the behavior below, as I have not dived into how the GHDL synthesis code actually works. Please let...

This would greatly help with simulating mixed-language projects, which could look like the following: Verilog testbench (which should be possible now): 1. Use yosys to synthesize the modules (which may...

Good first issue

### Issue description PEP 508 descriptors applied to a package in `Pipfile` do not propagate to dependencies when using `pipenv lock -r -d` (and possibly `pipenv lock -r`) to create...

Status: Awaiting Update :hourglass_flowing_sand:
triage
markers

Add AEAD decryption-in-place traits that allow additional processing on the expected tag before comparison to the received tag. This will allow me to implement the full CTX construction and possibly...

This is a successor to the PR https://github.com/RustCrypto/traits/pull/1365. Notes for the future as to schemes I chose not to implement: - Appending a hash of the key to the tag:...

The Dockerfiles used to build the Nginx images use the environment variable `NGINX_VERSION` to internally specify the NGINX version to download or build. Is this an implementation detail, subject to...