candidia
candidia
If I have planet in a corner and want the satellites to do a full orbit, they will go off screen on the left and bottom. It would be really...
I would love to see this option implemented to make this more mobile-responsive. Right now, tapping on an object using tilt.js sometimes slightly changes the orientation and looks pretty bad...
Here's the stack error. [Error] TypeError: $({ len: 0 }).animate is not a function. (In '$({ len: 0 }).animate', '$({ len: 0 }).animate' is undefined) animate (jquery.drawsvg.js:101) (anonymous function) (jquery.drawsvg.js:129)...
Console error ``` > [email protected] dev /Users/f/Desktop/app/app > webpack --config ./core/webpack.dev.js --hide-modules /Users/f/Desktop/app/app/core/webpack.base.js:50 ...cssLoaders(), ^^^ SyntaxError: Unexpected token ... at createScript (vm.js:56:10) at Object.runInThisContext (vm.js:97:10) at Module._compile (module.js:542:28) at Object.Module._extensions..js...
Don't have time to investigate at the moment, but when using a search_url like `https://smile.amazon.com/s/field-keywords=,%207.5%20Fluid%20Ounces,%206%20Pack` it gives `requests.exceptions.TooManyRedirects: Exceeded 30 redirects.`
### Current behavior Using an HTML form in a Dialog, you use DialogDismiss to submit the form and close the dialog, but a couple different things are happening for me:...
I am interested in something like `on target delete delete source if source.property is Post` because I want to only cascade-delete if the property is one of the allowed subtypes....
It seems like serverless-lift has a solution to forward the Host header https://github.com/getlift/lift/blob/master/src/constructs/aws/ServerSideWebsite.ts#L448 Perhaps using that plugin directly in your template could help or drawing from their source.
I would like a user to be able to initially authenticate with GitHub with minimum scopes and then within my app click to grant the ones they want so that...
It seems like this package only supports authentication for GitHub OAuth but there is also GitHub App authentication, which then can be piggybacked on for [GitHub App Installation authentication](https://github.com/octokit/auth-app.js/#authenticate-as-installation). An...