imi
imi
Esp. for devs that start lots of connections, it is very tedious to disconnect each manually to clean up the app
## Problem Lots of code with the same logic needs to be duplicated just because ALGO opcodes are separate from ASA opcodes. E.g. checking whether sent # of coins is...
**Context:** - version (`md-to-pdf -v`): 5.2.1 - platform (Unix, macOS, Windows): macOS - node version: v16.17.0 **Describe the bug:** Running `md-to-pdf --config-file ./mathjax-config.js README.md` creates a pdf that does not...
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md We have a GitHub bot that automatically merges some PRs. It will merge yours...
because of this missing file, i cannot `go test` or anything like that
I am not able to produce a partially transparent drawing, no matter which value for alpha i use example: ``` using MiniFB WIDTH=800 HEIGHT=600 window = mfb_open_ex("My Window", WIDTH, HEIGHT,...
extension version: 0.0.174 vs code: Version: 1.87.2 Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:57.520Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Darwin arm64 23.4.0 **- find all references only...
**Describe the bug** ``` int x = 1 const int X = 1 int y = 1 # next line is ok _ = x * y # next line...