Arman Samimi

Results 16 issues of 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...

enhancement
help wanted

### 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...

enhancement

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"...

style-linter

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...

type: bug

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: ![image](https://github.com/user-attachments/assets/7ebf310d-de01-45c6-8f33-a6d92d58417c)...

type: docs
component: tabulator
UX

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...

bug