Connor Low

Results 3 comments of Connor Low

Would be nice if "Pixels" was available under _View > Units_. Physical measurements are not very useful for digital mockups. `em` and `rem` would be a nice bonus.

I'm seeing this in Visual Studio Community 2019 Version 16.9.4. The shared solution has multiple projects, including a C# library and a Blazor server app. Syntax highlighting doesn't work for...

I'm getting a similar error while using a rust wasm and webpack 5: ```log ReferenceError: Cannot access 'heap' before initialization at Module.greet_async (webline_core_bg.js:77) at eval (index.js:9) ``` inspecting webline_core_bg.js: ```js...