Mark

Results 57 comments of Mark

What about a config option to allow specifying name(s) for ignore files? That would cover @Deewiant 's use case, as well as `.p4ignore`, `.cvsignore`, etc. I'm confident that the syntax...

I added this to style.css: ```css .recent { color: #586e75; } ``` Though as @Dracozny says, it should be part of the theme. Without the css change, the paths for...

Still an issue with the newest liteide. I've made more changes, though I'm not sure all are necessary (some pages update without reloading liteide, but the welcome page requires reload):...

FWIW, [someone on Medium](https://medium.com/@LargeCardinal/how-to-bypass-debug-disabling-and-crp-on-stm32f103-7116e7abb546) thinks the stm32f103 _is_ vulnerable...

I'd really like to see `--x86` added. As @rjoleary noted, this works on both x86 and amd64. @ulikunitz what would be needed to get this support added? ARM (and nowadays...

> It takes much less time to implement something from a good specification than to understand semantics from source code, which will be required here to maintain compatibility. I assume...

I believe when I've seen text spinners in the past, they've been at the end of a line of text. That's how I implemented it on an LCD (not that...

@mniip > Finding that address out (it's protected by KASLR) is kind of out of the scope right now. Until you have a way of finding the address, what about...

> I wouldn't want to implement an env file parser in gotestsum. The env files I'm familiar with (jenkins) are just java properties files. If that's the format you're talking...

> Also build errors are not included in the failures. This is a substantial pain point for me. I have something that must link against a particular library; when that...