-
After running mup deploy, I get the following error. Note I removed my app name in the URL in the error message. I setup a digital certificate using Let's Encrypt instead of using AWS Certificate Mana…
-
I have a simple meteor app and
have sharp installed by
meteor npm install sharp
it works fine on local run.
when I try to deploy by running mup deploy. it fails.
meteor : Meteor 1.10.2
mup do…
-
Hi, we are trying to use mup tool to tune Swin Transformer v2 model.
I modified the code of Swin Transformer v2 to adapt mup and executed the "save base shape" and "coordinate check".
The results of…
-
latest versions of both `cluster` and `mup`
- `Meteor.default_connection._stream.socket._base_url` it is always `"https://myapp.io/cluster-ddp/963597a14face091bba98e1727674a0866878bcc/web"`, even afte…
-
```
What steps will reproduce the problem?
1. The following code throws:
mup::ParserX parser(mup::pckALL_NON_COMPLEX);
mup::Value value1{0};
mup::Variable variable1{&value1};
parser.DefineVar("v1", va…
-
the line in question : mixins.mup.mc109832-quark.json + quark is enabled
the crash occur since this commit : https://github.com/quentin452/MUP/commit/c32319879e6df7b10a50398bd968e0ee56d4e419
-
Support a Mup option to read the normal Mup input and output the equivalent music in the MusicXML format. Also, provide a separate program to input a file in MusicXML format and output the equivalent…
-
I was using latest `mup` and `cluster`. When the app was open and I deployed, it reloaded in seconds. When the app was not open I deployed, and I opened the app later, the reload didn't happen, even a…
-
Converting a argmap file into mup and then back again
e.g.
1. cat Input/Example1_ClearlyFalse_WhiteSwan_simplified.yml | lua argmap2mup > Output/Example1_ClearlyFalse_WhiteSwan_simplified.mup
…
-
```
Attempting to solve the following system
>>> def sys(x, y):
mu = mpf("0.012277471")
mup = 1 - mu
d1 = ((y[0] + mu)**2 + (y[2])**2)**(3.0/2.0)
d2 = ((y[0] - mup)**2 …