Tobias Diez
Tobias Diez
It should also create a new static web app for each PR (since staging slots are limited to 3). Similar to https://github.com/JabRef/JabRefOnline/blob/dfa3c0d8f162ab045c21f115866adaa8aa4fff49/.github/workflows/deploy.yml#L42-L56
Todo: - [ ] Fix sideloading - [ ] Create PR deployments - [x] Recreate azure static web app with location in EU
Whats the context/how to reproduce this?
Some form of logging is of course nice for development. The problem with `console.log` is that you cannot disable it in production, where you don't want to flood the console...
Once https://github.com/JabRef/JabRefOnline/issues/217 is implemented, the test server should accept proxy requests while the staging + production server don't.
This should work now. The test server at https://jabref-dev.azurewebsites.net/ runs against the test data found in https://github.com/JabRef/JabRefOnline/blob/main/prisma/seed.ts and should admit requests from proxies (but not CORS).
What is missing for the support of the composite mode? Concerning the naming...I'm not a big fan of the conventions used by CSL. In particular, "Suppress Author" feels strange and...
> Store them inside of the word addin (probably not a good idea) I like this. Why do you think its probably not a good idea? One could treat these...
What do you think about the following: - Add the citation styles as a git submodule somewhere, let's say `assets/cls` (maybe it's better to put them somewhere else and copy...
> I've assumed files in assets can be accessed without network access and that this would be the easiest/simplest way of dealing with them in that case. I'll have to...