Trending repository
-
Updated
Jan 27, 2022 - Java
This year’s Game Off wrapped up with over 500 submissions. Check out the game called Bumblebee Blitz - one of this year’s top entries.
February 02, 2022 - February 03, 2022 • Online
We're running usability tests and would love for you to record walking through our tutorials. The idea for this ticket is that you do a screen capture walking through one of more of the following examples:
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Mergify is a pull request automation service, triggering actions when a pull request matches defined criteria.
For example, in a few lines of YAML, you can write a rule that automatically merges a pull request if:
Take a look at our examples.
Mergify executes actions for you, freeing you from the burden of managing your pull requests.
The file browser needs a basic context menu to manipulate the files. It doesn't need to be as extensive as nautilus, but I think at least "create", "rename", "delete", "duplicate" should be implemented.
The UI for it should similar to spots context menu, meaning as a menu button in the list item (for stylus users).
![filebrowser-contextmenu-ui](https://user-images.githubusercontent.com/1984188
Just sharing
Install tools:
brew install geekbench
brew install w3m
Run benchmark, must have internet for Geekbench 5 tryout mode:
/Applications/Geekbench\ 5.app/Contents/Resources/geekbench5
Use w3m get result in terminal:
w3m -dump https://browser.geekbench.com/v5/cpu/5992961
One line can be:
w3m -dump $(/Applications/Geekbench\ 5.app/Conten
LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.
LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.
Description
The conditional in JSON validation helper method is rejecting some strings that should be correct JSON structures. Besides objects and arrays, a single base value as a string, number or null, are also valid JSON serialized text.
The solution could be changing this conditional or maybe removing it. I am leaving this issue here to discuss a solution where every valid JSON is acce