-
`jhack eval` is a command that allows you to evaluate python expressions in the context of a charm, without having to wait for the charm to receive an event.
`jhack eval traefik/0 "self.unit.name"`…
-
## Description
At least for Postgres (I have no experience with other databases) enums are ordered by definition order, but sea-orm-cli generate generates enums in alphabetical order. This is parti…
-
I am trying to apply the package for sklearn RandomForestClassifier like this:
```
learner= ActiveLearner(
estimator=RandomForestClassifier(),
query_strategy=modAL.uncertainty.uncertainty_sampli…
-
Sadly, it's hard/impossible to account for `#[cfg]`s in e.g. `glam`, and vector types in general tend to have weirder alignment rules than scalars (and aggregates thereof).
But we should at the ver…
-
Hi there,
I am trying to load the downloaded Hubert Large with 960hr finetuning from here: https://github.com/pytorch/fairseq/tree/main/examples/hubert
I downloaded the model, stored the checkpo…
-
**Issue**
I've defined the following schema with a single `$ref` element and `resolve_refs` is failing to resolve it:
```json
{
"$defs": {
"Obj": {
"properties": {
…
-
I have a basic DocOps string that fails when a command is added.
Here is the script
```
#!/usr/bin/env python
"""
Usage:
ops.py app
ops.py (-h | --help)
ops.py (-v | --version)…
-
Right now `format_args!` uses, e.g. `ArgumentV1::new(&runtime_data, Debug::fmt)` (for `{:?}`), at runtime, using up *two* pointers per argument at runtime instead of just one (`&runtime_data`).
Wit…
eddyb updated
2 weeks ago
-
### What is your issue?
_Originally posted by @agrouaze in https://github.com/xarray-contrib/datatree/issues/145_
_Attempted implementation in [this PR](https://github.com/xarray-contrib/datatree/…
-
As it stands, the usefulness of Proxy objects as passed to Python is somewhat limited. They all map to the `foreign` class, and AFAICT there's often no way to tell them apart short of randomly attempt…