284 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Best practices
0
votes
1
replies
47
views
Julia: speeding up pipelines by 1) separating project into multiple subprojects, 2) dropping transitive dependencies, and 3) reusing stuff?
former Java developer and total Julia noob here.
My problem: My github pipeline takes FOREVER (pipeline see below). Two point of concern:
some dependencies are only needed for an example run with ...
0
votes
1
answer
34
views
Configuring openapi-generator-gradle-plugin in toml file for Gradle
I am using Gradle 8.2.0 and Gradle Plugin openapi-generator-gradle-plugin 7.2.0
When I use the old format like:
buildscript {
repositories {
mavenLocal()
mavenCentral()
...
0
votes
0
answers
86
views
Trouble configuring R-group substitution in REINVENT 4 (AstraZeneca) — validation errors for RLConfig and ScorerConfig
I’m using AstraZeneca’s REINVENT 4 (v4.6.27) to generate SMILES from a scaffold via R-group substitution, optimizing for 5-HT2A / D2 / 5-HT1A (maximize) and minimizing H1 / M1 / α1A, with DockStream ...
2
votes
3
answers
238
views
Ansible lineinfile and replace modules, attempting to configure toml txt file
I have been trying to update configuration settings in a pi-hole.toml file.
After attempting lineinfile, it landed me on the replace module as the more appropriate to use. But I haven't had any luck ...
0
votes
1
answer
179
views
Julia's Pkg.instantiate() fails with ERROR: expected package Arrow to be registered, error due to registry processing failure.:
I am on a standard Windows machine trying to set up a new Julia project, but I'm completely unable to install any packages. Every attempt to run Pkg.instantiate() fails with the exact same error, the ...
1
vote
1
answer
86
views
Bash script to insert/update nested values in hugo.toml — not working as expected
I'm trying to write a Bash script that updates the hugo.toml config file of a Hugo static site to insert a slogan parameter in the [languages.xx.params] section of each language.
Goal:
For each ...
0
votes
1
answer
83
views
tomlkit dump behaving different with same data
I have a small config which I define via dataclasses and then read from a toml to this datastructure. If the toml file does not exists I create one with default values. If in an update some new config ...
0
votes
1
answer
104
views
Why the dependency conversion to version catalog doesn't always work?
H|
Sometimes when I use the Android Studio feature to convert a dependency implementation to version catalog like this:
it fails like this:
Any idea why?
(after pressing Sync Now, it's not red ...
user avatar
user22157294
9
votes
1
answer
10k
views
How can I install a local package with UV?
I’m working on a Python project using uv as my package manager and struggling with ModuleNotFoundError when importing local packages. My goal is to make config/ and packages/src/ available throughout ...
0
votes
1
answer
45
views
Dynamic dependency install with pyproject.toml
Is there a way to dynamically check the version of a package installed system wide and set that as a package dependency in the pyproject.toml? Specially, I need to check if a person already has GDAL ...
1
vote
1
answer
373
views
Shopify checkout extension network_access issue
I am developing a Shopify checkout customisation app which includes some extensions of type 'ui_extension'. The extensions need to make some API calls, so following the documentation I have ...
2
votes
0
answers
56
views
Pull Gradle versionCatalog from GCP artifact repository
I have several different Gradle projects and I want to use a common library for dependencies. In one of my projects, "common-build", I set up the libs.versions.toml file in the /gradle ...
1
vote
1
answer
448
views
Is it possible to teach TOML Kit how to dump an object?
I am generating TOML files with several tables using TOML Kit without any problem in general.
So far all the values were either strings or numbers, but today I first bumped into a problem. I was ...
0
votes
1
answer
135
views
How to add custom type conversion for configuration
I have a toml file for configuration where a few sections contain Crontab expressions that I want to be automatically parsed instead of capturing it as a string then parsing it.
public record ...
1
vote
1
answer
234
views
how to prepare hatch and toml source to provide python3.11 with set up data?
hatch build pyproject.toml
╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ /home/gort/Saber/lib/python3.11/site-packages/hatch/cli/__init__.py:...