rayslava

Results 17 issues of rayslava

I've fixed emulator for 1.7 operand support.

I do know that this solution is not nice but adding new class of brackets would cause too much refactoring. So [A) and (A] work too =)

They say, Notch released new instruction set… https://github.com/0x10cStandardsCommittee/0x10c-Standards/blob/master/ASM/Draft_DCPU-16_Specification_v2.txt

Do you have some macro support in your plan? However it could be done with external preprocessor. For example I tried m4: https://github.com/rayslava/dcpu16_tools

It looks that js source map support becomes a standard now. At least Chrome and Firefox have support for it. And source maps are really useful for debugging purposes. Several...

feature

Now z-i dump.csv contains ipv6 adresses as well as ipv4 ones. I propose just to skip them to prevent error messages and keep working with ipv4.

Does `exwm` support multi-headed X.org setup with different displays? After latest setup update I have two GPUs installed and 4 monitors connected (2 per GPU), in current setup I have...

Functions like ```rust #[mry::mry] fn test &'a str { arg } ``` causes `error[E0261]: use of undeclared lifetime name 'a`, and removing `#[mry::mry]` fixes the error. Is this a bug...

This fixes quicklisp error http://report.quicklisp.org/2020-12-21/failure-report/dyna.html#dyna

Current version installed by `ql:quickload` doesn't work. ``` Error occured in request. Status: 400 Messssage: {"__type":"com.amazon.coral.service#InvalidSignatureException","message":"The request signature we calculated does not match the signature you provided. Check your AWS...