Ben Thorner
Ben Thorner
@wesleykendall thanks for taking a look. It's a good point: the scope of a transaction-level advisory lock would not be related to the context manager, which is misleading. In practice,...
Nice! Thanks for taking the time to work on this ⭐. I'll go try it out...
This is still an issue for us in data.gov.uk. We'd like to test that a user is required to authenticate before they can view certain pages, which is difficult because...
I would find this useful too, as I only use BufExplorer to switch between files. Just being able to see the path - filename and directory - would be a...
Just tried this out: can confirm it works ✅. Thanks for taking the time to make this happen 🌟.
Also seeing this issue: ```typescript import * as maverickSignals from "@maverick-js/signals"; const effect = maverickSignals.effect; >>> Property 'effect' does not exist on type 'typeof import(".../@maverick-js/signals/dist/types/index", { with: { "resolution-mode": "import"...
## 🐮 Thoughts about `.days` This method is misleading for a range at time granularity: it should return a `Decimal` or be named e.g. `whole_days`. ## Thoughts about ambiguity >...
> The confusion is.. date math in python does not consider TZ or fold attributes @jarshwah to me that's a secondary issue here. To me the problem is we are...
I think this is affecting use of Jedi for jumping to code definitions ([jedi-vim](https://github.com/davidhalter/jedi-vim)). ```python # class has generic type parameters some_other_module.GenericClass # jump to this => jedi-vim: Couldn't find...
Thanks for taking a look @puremourning 🙏. I don't think I explained the issue clearly: I **have** set breakpoint preferences. ```json "breakpoints": { "exception": { "all": "N", "uncaught": "N" }...