Nicholas Fredricks
Nicholas Fredricks
Codestream makes it so easy to open tickets in Gitlab from the IDE. However, when the ticket is closed in Gitlab via code commit or manually the Codemark remains open...
Using 3.4.1 has no problems, after upgrading to 4.0.1 the below error output happens. Usage ```js ngrok .connect({ proto: "http", authtoken: process.env.NGROK_AUTH_TOKEN, addr: 8080, region: process.env.NGROK_REGION, hostname: process.env.FLYPAPER_API_URL.replace("https://", "") })...
I have a project that requires me to consume all pods with Objective C. Since Swift >= 4 requires the explicit setting of the @objc attribute to expose Swift methods...
This pull request would close issue #133 and allows consumption of this pod from Objective-C code
### Tell us about the problem When a RadAutocompleteListView is placed in a modal the SuggestionView does not show up. This appears to be the same issue as the closed...
Opening this PR for everyone's awareness of @fxwx23's working fix to this problem. Fixes issue #223
Adds the json schema logo to *.schema.json and *.definitions.json files. These are the two standards for json schema files.
When using `vpk download s3` and `vpk upload s3` it is not possible to utilize the currently logged in aws sso account. We try to use aws sso locally so...