-
### How can we reproduce the crash?
const bundledObject = {
"/favicon.ico": {
content:
"AAABAAEAMDAAAAEACAAGBgAAFgAAAIlQTkcNChoKAAAADUlIRFIAAAAwAAAAMAgGAAAAVwL5hwAAAAlwSFlzAAAD6AAAA+gB…
-
Hello. I really like your library. Thank you very much for such a great job. First, in your demo application, the scale animation button has an artifact (screenshot attached). Second, have you conside…
-
Split from #122.
**Newsboat version (copy from `newsboat -v`)**: 2.10.2
@aleprovencio says:
> I find refreshing all feeds very slow compared to the official app I run on my android phone.
…
-
New electronic docketing system was introduced at the United States Supreme Court this week. Unfortunately it didn't seem to change much of their existing public-facing system, but we should scrape th…
-
When a user bookmarks an articles I want the articles to be saved to the users account and be displayed on their profile.
-
As the Go user base grows, more and more Go developers are seeking to understand the performance of their programs and reduce resource costs. However, they are locked into the relatively limited diagn…
-
### Question
Hey there,
I'm trying to add a publisher to the `CH` class, and the publisher I'm attempting to add is aargauerzeitung.ch. However, I'm encountering an issue with retrieving the topic…
-
### How can we reproduce the crash?
"scripts": {
"bunbuild": "bun build ./src/index.ts --target=node --outfile=server.mjs --minify",
},
### Relevant log output
```shell
PS C:\github\unifi…
-
I independently build a graph using jgrapht from the zenodo dataset, using a directed acyclic graph as target structure. There are three types of errors :
1. adding a new edge would induce a cycle
…
-
# no `for` & create Array 100
```js
new Uint8Array(100).map((item, i) => (item = i));
// Uint8Array(100) [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23,…