HKalbasi

Results 36 issues of HKalbasi

Hi! I made a mdbook plugin for rust analyzer, which adds inlay hints and hover to code snippets. You can see [the book rendered with this plugin](https://hkalbasi.github.io/mdbook-ra/ch20-01-single-threaded.html). In my opinion,...

Enhancement
Online only
Q for ourselves

Fix #548 This PR at current state is just for early feedback, and contains several todos. My approach is this: Caller of chalk sees code that contains unevaluated const generic...

I tried to build the project with this setting: But it failed with a long log, I think this is the relevant part: ``` error: failed to run custom build...

Not all languages in the world are written left to right. Some languages like Persian, Arabic, and Hebrew are written right to left. And those are poorly rendered in telegram-react....

`--coiso` flag can send coop and coep headers, Which useful for webassembly thread enabling. ### More info about coop and coep * [What is coop and coep](https://web.dev/coop-coep/) * [Why coop...

OpenSCAD has an [extension](https://github.com/Antyos/vscode-openscad) for vscode which it's main function is adding two buttons, one for export to stl and one to preview the file. Is there something similar for...

new feature
user interface
HELP WANTED

Currently I receive bunch of "This message is not supported on your version of Mautrix-Telegram. Please check https://github.com/tulir/mautrix-telegram or ask your bridge administrator about possible updates." on matrix side of...

[Chipyard](https://github.com/ucb-bar/chipyard) is a RISC-V SoC chisel framework. Since this core is also in chisel and open source, I think it is natural to add this core in chipyard. Is it...

enhancement

There is a new risc v core named Xiangshan ([github](https://github.com/OpenXiangShan/XiangShan) ) written in chisel. Is it possible to have it in chipyard? Will it be useful for chipyard and/or xiangshan...

OS: Pop os (ubuntu) 21.10 VSCode version: vscodium 1.61 CodeLLDB version: 1.6.10 Compiler: rustc 1.57.0 Debuggee: A simple rust program ## How to reproduce Add a breakpoint in every line...

priority:Medium