-
- VSCode Version: 1.0
- OS Version: Windows 10.0.10586.218
Steps to Reproduce:
1. Open a File in VSCode or enter some code
2. Try to print it to a printer
Sometimes paper is unbeatable.
-
This is a proposal for a new package to aid in testing concurrent code.
```go
// Package synctest provides support for testing concurrent code.
package synctest
// Run executes f in a new goro…
-
By the end of [our final exam slot](http://benmiller314.github.io/cdm2021spring/schedule#final), please reply to this thread with a single post containing the following:
1. a **prose reflection** o…
-
*Title*: *I would like envoy to support peak EWMA load balancing, in addition to the existing load balancing algorithms.*
*Description*:
Please correct me if this is already supported. :)
We…
-
## Architecture as Code: Glossary Definition
Please see [Architecture as Code: Glossary Definition](https://github.com/finos/architecture-as-code/issues/254) for details on how to help with this defin…
-
Hey guys,
Just wanted to get this on the list for grbl mega. Not sure how this would be done but it would be nice to have the capability to do threading with a grbl controlled lathe.
If this shoul…
-
So basically, on Hydra if the refresh token is already used to request for a new set of tokens, that refresh token is invalidated and can't be used to request for a new set of tokens. It's a one time …
-
**Is your feature request related to a problem? Please describe.**
Mocking APIs makes is preferable to end-to-end integration testing, because mocking enables:
- Fast feedback
- Requires fewer …
-
The plugin library currently only contains the "official" plugins whose source code is contained in the TiddlyWiki5 repository. We'd like to make it easy for plugin developers to add their own plugins…
-
I've been talking about code reuse in Rust with my brother ( @emmetoneillpdx ) and one of the ideas we considered was a form of "static inheritance" which basically amounts to a syntax for automatical…