-
First up, I realise that this is not "required" as you can always use `orbuculum` to capture the SWO data, and `orbtrace` to configure the dongle, and https://github.com/orbcode/orbuculum/blob/main/Su…
karlp updated
2 months ago
-
**Describe the bug**
hi. I recently found about this program and installed this latest version (2.0.3) on my pc. The UI is like this and i don't know how to change or fix it:
![Screenshot (4)](htt…
-
### What happens?
```
The application panicked (crashed).
Message: called `Result::unwrap()` on an `Err` value:
0: Failed to INSERT INTO heighttxmapping: FATAL Error: Failed to create check…
-
Could we have an ability where we can change the context of a logger? I'm marking a type's attribute on the log, but it can be changed. Rather than recreating the logger every time, I'd like the abili…
-
Consider the following:
```
z = [{"x" => 5}, 2, 3].lazy.map{ |i| i}
#=> #:map>
z.first
#=> {"x"=>5}
```
Encoding hash `z` returns the following unexpected chunk:
> # => "\"#Enumerator::Lazy:0x00000…
-
Building `Bioconductor 3.5` I saw this error with the `Gviz` extension:
```
* installing *source* package ‘Gviz’ ...
** R
** data
** inst
** preparing package for lazy loading
Warning in device…
-
I have implemented a global connection pool in my application using rbatis, structured as follows:
```
use rbatis::RBatis;
use std::collections::HashMap;
use std::sync::Arc;
use tokio::sync::RwLo…
-
Is it possible to explicitly close DB connections?
There seems to be `lazy-init="true"` that helps when doing something else before the DB operations, but the same problem still remains after the DB …
-
It would be convenient to have two options for setting up a connection: lazy on any first call and automatic when the server is available. For example, chat. It is desirable that the running client au…
-
When trying to start a project with an Azure SignalR resource defined, provisioning fails. I'm able to use the Connected Services-> Azure Resource Provisioning settings to set Subscription Name, Locat…