-
Maybe related to #54? I'm working on some online "quizzes" (self-paced, take-home) for students to do to check their knowledge for our fall course at ITP. You can see a draft here:
http://shiffman.…
-
Hi, thanks for your awesome demo of speculative sample. Some of your code maybe outdated in new version of transformer.
In the `KVCacheModel` class, Bloom model' k cache shape is [bs * head, head_d…
-
**Is your feature request related to a problem? Please describe.**
When you want to connect the Nextcloud Android App to your account, the app shows a button to scan a QR code. However, it does not e…
-
**Description**
The CSRF token is exposed in the URL, which presents a potential security vulnerability. Expected behavior would be to handle the CSRF token securely in headers or hidden fields in …
-
I'm trying to understand the proper way to manage popups in Qtile, specifically:
- If I have a widget that shows a popup on callback , clicking it multiple times creates multiple popups instead of …
-
**Describe the bug**
The code_block component doesn't wrap long lines anymore.
**To Reproduce**
Steps to reproduce the behavior:
- Code/Link to Repo:
```python
rx.tabs.content(
rx.code_b…
-
Hello, thank you for your work. In your paper, the functional description of TSEM is as follows: "By using global average pooling to eliminate spatial dimensions W and H, the difference between adjace…
-
If we have some pre-rewriter code that does `foo.bar = 0;` where `foo.bar` is a function pointer, the rewritten code is `foo.bar = (fn_struct)0;`, where `fn_struct` is the rewritten function pointer s…
-
This is super obnoxious Markdown behavior:
## Good
````
$ pandoc
* A list paragraph.
stuff.
```r
this works.
```
^D
A list paragraph. stuff.
this works.
````
## Not good
````
$ pa…
-
**Improve accessibility by moving `onClick` to an interactive element**
Attaching an `onClick` event directly to a `` element is not accessible because `` elements are not focusable or interactive …