Juho Saarinen
Juho Saarinen
Problem with both (this and #65) might be, that "react.loading" is never set to false if data is the same than previous data.
Sure, I look that next week. Would have suggested moving to GHA from Travis also myself :)
I think it would be good to have Github username and password also included, as quite often it's required to interact with repos in GHE. Like in https://github.com/0xtavian/shhgit (just handling...
> You don't actually need the username, only the token. The differences is that on Github.com you don't need credentials to clone a a public repository over https, on GHE...
> I don't have access to GHE but the code looks sound. @Hi-Fi @pradeepkusingh have you merged/tested locally? I haven't check this (we had solution based on @0xtavian solution), but...
@eth0izzle Could you please check if this is something that can be taken to use. I think this would be extremely helpful when using GHE.
Plugins (inclufing openapi mentioned in embedding steps) seem to be missing from there. For Maven I think it would be best to create separate plugin, that allows to kick the...
Currently there's need to include (quite ugly) script to beginning of `projen`s compile (and watch) task to allow compilation: `replace-in-file "lib: ['lib.es2019.d.ts']" "lib: ['lib.es2019.d.ts','lib.dom.d.ts']" node_modules/jsii/lib/compiler.js`. So some configuration offering would...
For us this worked fine with CDK pipelines, probably with privileged enabled in synth step. Have you tried setting env variable `FORCE_PREBUILT_LAMBDA` to 1 so that building would not be...
I'll try to check this in actual environment still today that it works as expected. So trying to get it ready for review today.