Roman Prokofyev
Roman Prokofyev
I tried to construct the following trie: ``` trie = marisa_trie.Trie([('New', 'York'), ('New', 'Castle')]) ``` Which gave me `AttributeError: 'tuple' object has no attribute 'encode'`. So I suppose the library...
My question is about current `/connections` resource. At the moment it's only possible to specify the number of returned connections via the `limit` parameter, while SBB API actually accepts the...
Current implementation of refresh interval doesn't work correct according to the library documentation -- setting the `refresh_interval` argument to 0 or None will actually set it to default value (30...
### Environment "@sentry/esbuild-plugin": "^2.5.0", "esbuild": "^0.18.17", ### Steps to Reproduce Here is my build script ``` import { build } from 'esbuild'; import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin"; const devMode...