-
First thanks for the great library, I've replaced tools.namespace with it and I'm much happier.
Maybe this is outside the scope of this project, but given all the nice functionality to reload names…
-
### Which Cloudflare product(s) does this pertain to?
D1
### What version(s) of the tool(s) are you using?
3.22.3 [Wrangler]
### What version of Node are you using?
20.9.0
### What o…
-
On the Metrics page of the DB console, graphs like "Service Latency: SQL Statements, 99th percentile" plot points by averaging the set of values represented by the point. Using an average hides outlie…
-
One minor issue I am having is that the `logging.INFO` and `logging.WARNING` levels are too verbose, they print a lot of information. For example, when you are running an optimisation, it is better to…
-
**Describe the bug**
Threads and `multiprocessing` cannot be arbitrarily intermingled. Parsl makes heavy use of both threads and `multiprocessing`.
If one thread in a process holds a lock, while a…
-
The current test setup relies on the now unmaintained YUITest framework. This has some drawbacks. The more practical ones as I've experienced are:
I didn't see a way to:
- debug my implementation / te…
-
Just usual logging module would be enough. Currently some parts of the code are writing messages to stdout with "print" statements, making log management a nightmare.
traut updated
9 years ago
-
try to build the project on MacOS 14.5 (23F79) M2 pro chip
already installed all the dependency package.
Here are the steps I followed:
```
./configure --compiler=$(which clang++) --mode=release -…
vihoc updated
3 months ago
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
gem "rails", github: "rails/rails", branch: "main"
…
-
## Description
Kedro hooks testing isn't straightforward. I had some issues testing it. Also doing `def f(*args, **kwargs)` on hooks doesn't work but if we define the variable we want to access i…