Arnaud Durand

Results 27 issues of Arnaud Durand

In [`6_combining.md`](https://github.com/RobertBaruch/nmigen-tutorial/blob/master/6_combining.md) there is a slightly confusing explanation: > Here, `a+b` must be a 17-bit signal because in Python, integers are as wide as they need to be. Please correct...

[`client.py`](https://github.com/DeV1doR/aioethereum/blob/master/aioethereum/client.py#L18) change the event loop policy when *uvloop* is installed (`asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())`). When importing *aioethereum*, this cause some weird behavior when creating tasks using default event loop from asyncio: ```RuntimeError: Task...

question

### Minimal, reproducible example ```TypeScript import puppeteer from "@cloudflare/puppeteer"; interface Env { MYBROWSER: Fetcher; } export default { async fetch(request, env): Promise { const browser = await puppeteer.launch(env.MYBROWSER); const page...

bug

I am working on a Python module that uses matplotlib and which will be redistributed through PyPI. This module contains fonts resources (as .ttf files). It seems that the [`font_manager`](https://matplotlib.org/api/font_manager_api.html?highlight=font_manager#module-matplotlib.font_manager)...

New feature
topic: text/fonts
keep

One of the planned features of this project is : > - [ ] Range Queries: Query your data with range queries. Either numeric or lexicographic. However, this is not...

A few errors are thrown when using latest @upstash/redis (tested with 1.34.6): ``` src/collection.ts(128,13): error TS2365: Operator '>' cannot be applied to types 'string' and 'number'. src/collection.ts(129,11): error TS2322: Type...