Alex Kazik

Results 13 issues of Alex Kazik

Since myDefaultParseMode should not be used it's probably better to crate new functions which replace parseExp and the others and take a ParseMode as an parameter.

`clock->flash_config` does contain the wait state and cache config. The caches are set. And `flash_set_ws` clears the wait state bits and then or's the flash config and thus setting the...

refactor
stat accepted
easy-first

The option to disable padding is a good start to be diff safe. There may be a better option I just thought of: define a column (eg. 50) where all...

The original game has a special klick: Press LMB+RMB on the menu icons for special actions: - Building: enable the builders help (already available through key b) - Demolishing: required...

missing-feature

I've created a version which is able to store a value (in addition to the two keys): https://github.com/alexkazik/bimap-rs/tree/set-and-map This approach renames BiHashMap to BiHashSet (since it contains no value) and...

I've enabled `[intralinks] strip-links = true` and most links are stripped but not ones in the format `type@crate::item`. (I'm using macro and struct as type, don't know what else is...

I've written a program for wasm and everything worked. After some time I decided to disable all default features on the dependencies. I had to enable some features to get...

I have code blocks in markdown within an enumerated list. The in the "Code" view (screenshot attached) and diffs it's colored red a lot. The rendered view and also preview...

no-issue-activity

When code is generated via a proc macro there is a case which creates a false positive for the dead code warning. Proc macro (src/lib.rs): ```rust use proc_macro2::Span; use quote::quote;...

A-lint
A-diagnostics
T-compiler
C-bug
A-proc-macros
L-dead_code

Updates the included/referenced bootstrap-icons version. Please be aware that this is a breaking change for the users if the cdn is not used (as there is a version number in...