Mark Drobnak

Results 14 issues of Mark Drobnak

There's a bunch of stuff here that could be ported to test the crate: https://github.com/devkitPro/3ds-examples

@dblanovschi I did some work on your [formatter branch](https://github.com/Mcat12/intellij-lalrpop/tree/formatter) (pushed to this repo) and somewhat improved the situation outlined in #9. Now pressing enter after a nonterminal brace only adds...

enhancement

Related discussions: * https://github.com/Mcat12/intellij-lalrpop/pull/22#discussion_r536823425 * https://github.com/Mcat12/intellij-lalrpop/pull/26#discussion_r550261942 Currently the [`WrongInferredTypeInspection`](https://github.com/Mcat12/intellij-lalrpop/blob/6b731a14781fc29b6eb90516728c08dba3874385/src/main/kotlin/com/mdrobnak/lalrpop/inspections/WrongInferredTypeInspection.kt#L75) uses unit structs in place of the generic types when comparing the explicit (written by the user in the lalrpop file)...

enhancement

There's one small catch here: ```rust Nonterminal: Box = {/*...*/}; ``` Trying to rename "Rule" from the injection leads to ![image](https://user-images.githubusercontent.com/39565527/102888494-978c4180-4461-11eb-965c-e4f02f362dab.png) _Originally posted by @dblanovschi in https://github.com/Mcat12/intellij-lalrpop/issues/12#issuecomment-749516563_

bug

Originally found here: https://github.com/Mcat12/intellij-lalrpop/pull/17#issuecomment-729636357 Given this: ``` X: () = {}; Y: () = {}; F = { Y => f() }; ``` The alternative in `F` has 2 symbols:...

bug

Currently using the "user-defined" file icon, but we should make a custom one.

enhancement
good first issue

Testing can always be improved. In some cases, only the "happy paths" are tested, not the cases where an error should occur or some other edge case. Also, there are...

tracking

Support for adding and removing DHCP leases is required so the web interface can expose that functionality. Additionally, the API should expose the currently active leases.

tracking

The block page was originally provided via a PHP file in the Core repo which acted as the 404 page for lighttpd. The block page is only used for IP-based...

tracking

- Serde's `Deserialize` is implemented for `APS` and its sub-structs. - Added `Client::certificate_parts` for creating a client from the raw certificate and private key data. - Made the properties of...