-
こんにちはTAG!
I'm requesting a TAG review of:
- Name: HTML Modules
- [Explainer doc](https://github.com/w3c/webcomponents/blob/gh-pages/proposals/html-modules-explainer.md), [Code example](http…
-
I updated electron to 12.0.4 with haxetoolkit. When I run the build or dev script I get:
```
ERROR in ./app.hxml
Module Error (from ./node_modules/haxe-loader/index.js):
C:\Users\Hubol\Projects\og…
hubol updated
2 years ago
-
In certain situations, when performing a DCE RPC EPM lookup over the TCP Transport, the server will close the connection and the client will be stuck in an endless loop in the recv() method:
impack…
-
This project likely is exactly what I am looking for.
I will have to order the MAX3232 Breakout board, though, as I don't have one right now to test this.
EDIT:
I got the MAX3232 Board today to…
-
Super excited to try out this project, I've just been reading through the Guide so far. I couldn't find any pages on debugging GPU kernels at runtime (there's a page on debugging the codegen but not t…
-
Following test-case fails only if using Roslyn (it works on a smaller amount of case statements, i.e. if case "G" is removed):
```
//@useroslyn
using System;
public static class Program {
publ…
-
### Community Note
- Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
@babel/cli
### Input code
Reproduced in [Babel REPL](https://babel.dev/repl#?browsers=defaults%2C%20not%20ie%20…
qtiki updated
2 years ago
-
```C#
private static readonly int s_year = DateTime.UtcNow.Year;
[Benchmark]
public int Count()
{
int count = 0;
for (int i = 0; i < 1_000_000; i++)
{
if (s_year == 2021)…
-
wasmtime right now has the fuel mechanism. It allows precise control of how many instructions are executed before suspending execution, at least at a basic block granularity. The price is a rather sig…