Arman Samimi
Arman Samimi
VSCode has autocompletion of key names for regular dictionaries (only 1 level down unfortunately). I am not quite sure how that works, but could it somehow be extended to dot...
### Motivation Efficient DSP hardware is typically implemented in fixed point arithmetic: see https://en.wikipedia.org/wiki/Q_(number_format) https://ieeexplore.ieee.org/document/7199829 It is painful to write a fixed point data path in SV, as it offers...
I am developing a framework using param that aids engineers (who are not so savvy in Python) in defining 'constants' and associated metadata related to an engineering design. The engineer...
I have a mymodule.sv file which uses a simple macro that's defined in another file (say macros.sv). `define iw(fp) $bits(fp.iw)` calling `verible-verilog-lint mymodule.sv` results in: ```preprocessing error at token "`iw"...
I am trying to render some math using the mathjax extention in a markdown panel (v1.4.4) In a math block in Latex you can insert normal text with `\text{mytext}`. This...
Using panel 1.4.4 with bootstrap template, I have noticed that normal text (e.g. markdown panel) renders in 12px size but the tabulator widget uses 16px, which looks pretty odd: ...
Unlike the FastList template, the Bootstrap template does not have a dark mode toggle switch in the header. I tried to implement that manually with my own toggle switch, but...
I have a basic dashboard which I tried exporting (panel: 1.4.4, python 3.12.1) to both 'pyodide-worker' and 'pyodide' targets, and serving them with local web server (Five Server vscode extention)....
When a panel app is converted to pyodide / pyscript with `panel convert`, a loading spinner is shown while pyodide loads, which can take 10s of seconds. The spinner freezes...
With Snakemake 7.32.4, I could have a SnakeFile like this where I reconfigured the log format of snakemake to be consistent with the log format used by the rest of...