Trending repository
-
Updated
Jun 11, 2022 - Python
On this episode of The Download, Christina is on location at RenderATL, but is still here to offer the latest developer news.
April 22, 2022 - September 25, 2022 • Virtual
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.
Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.
Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And go generate doesn't work for protobuf directory. So we can't specify GPUOptions for NewSession.
I wanted to create an entity that is only shown to one player, but I can still change and resend. Unfortunately, the only way to do that is to manually run Entity#hideEntity on every player on the server, and any that log on after the entity is spawned.
I would like there to be a Entity#hideEntityByDefault w
Currently if you attempt to fetch a deleted workspace, if it is deleted you need to include ?deleted=true query parameter. We also have a include_deleted query param in the case that it will return regardless if it is deleted or not.
If you fetch workspaces, then the ?deleted query param only shows deleted workspace OR it shows active workspaces. It will never show a mixed set of dele
HF has some logic under the hood that looks at the number of labels in order to decide if whether to use a BCE, CE, or MSE loss.
Splitting up the BERT class based on the loss and making these distinctions as to what loss is used to the user may be more clear. It also aligns with the work of @Landanjs
Note: this may also require creating a separate .loss method in
Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.
Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.
Feature request
Place the
access_loganderror_logdirectives inside the main server block instead of http block.Feature description
Disable
access_logat http block:File: /etc/nginx/nginx.conf
Enable per site
access_loganderror_logat main server block:File: /etc/nginx/