Trending repository
-
Updated
Apr 17, 2022
View, print, and share a 3D model of your GitHub contributions.
Go to split view, click Excalidraw, the modal shows on both sides. Should only display the result on both sides
Frameworks for building games across multiple platforms.
LGTM is a code analysis platform for identifying vulnerabilities and preventing them from reaching production.
LGTM automatically runs 1600+ standard analyses contributed by researchers from the Semmle Security Research Team and our customer community, including Microsoft, Google, Uber and Mozilla.
Quickly refine and run custom QL queries to find variants of known issues and prevent them from being re-introduced into your codebase.
In GET /store/auth/:email, replace the current check to use customer.has_account on these lines like so:
const customer = await customerService.retrieveByEmail(email)
res.status(200).json({ exists: customer.has_account })
Should be done after #12934.
When we're done cleaning up the cheatsheet, we could add more interesting information that's already described elsewhere but less concisely. Some ideas:
Octobox helps you manage your notifications in the same way Gmail helps you manage your email. Built for developer workflows centred around GitHub issues, pull requests, comments and commits, Octobox makes sure you never miss another mention or misplace another issue.
Only the host is able to pick up the gray suit (and probably the brown one as well). Other players are able to see it, but the item will vanish if they attempt to pick it up.
Is probably caused by SpawnQuestItem() not syncing the item with the client, this also affects the Torn Notes and most single player quests. The solution should be similar to what was done in https://github.com/diasurgical