Benjamin Yde
Benjamin Yde
I just started with the chrono & unity and encountered the same problem.
@rserban, thanks for the fast reply! After some try outs I got it working. In the following example some code: ```csharp public class ChronoSimulation : MonoBehaviour { // .. FIELDS...
Thanks for the clarification! I just started with chrono and these tips will certainly help!
Hi, I have the same problem when running in production. See my `Root.js`: ```js import React, { useEffect, useState} from 'react'; import { MsalProvider, AuthenticatedTemplate, UnauthenticatedTemplate, useMsal, useMsalAuthentication} from "@azure/msal-react";...
Thanks for the quick response! I made my use-case work with devpi-constrained: When setting `constraints=mypacakge-1,mypackage2,*` i was able to make sure only package 1 & 2 could be installed. Follow-up...
That is clear to me now, thanks. ## Request: define all constraints in 1 command With devpi-constraints i came across the following problem: ```sh devpi index constraints="package-1,package-2,*" /client-a/project-c constraints=package-1,package-2,* PATCH...
I tried to create a new package-index that is of `type=mirror` and has a `mirror_url` to a package-index of the same devpi instance. It works with devpi-lockdown. `devpi install package-1`...
I am using the `type=mirror` because i want to use the `mirror_whitelist` option. `mirror_whitelist` enables me to add the following contraint: limit what packages can be installed from that index....
I followed all the steps you said (which work! thank you for that!): - Created an index per package of the mono repo - Created a client index that inherits...
in devpi-web i used the following usernames with the generated token as password and i could not login: - `` - root - client-a - client-a/project-d (this gave me an...