-
The [Intel Storage Acceleration Library](https://github.com/intel/isa-l) is an implementation of the DEFLATE algorithm **written in assembly**. As a result it is very fast. It can be used as a replace…
-
Over the past years, my personal preference on functions vs. arrow functions has shifted towards arrow functions. I used to be against arrow functions as a general replacement as they behave different…
jhnns updated
3 years ago
-
This will have implications when it comes time to consume itwinjs 5.0. NativeDb will no longer be accessible at all due to the private symbol approach. We need public API replacements for everything w…
-
# Provide required information needed to triage your issue
This bug applies to the sample for [NAA-SSO for event-based addins](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/a…
-
#### The associated forum post URL from `https://forum.rclone.org`
https://forum.rclone.org/t/sftp-support-ssh-configuration-file/34395
#### What is your current rclone version (output from `rcl…
-
```
$ cat tmp.py
x = "foo.bar"
x.foo.bar
```
```
$ tidy-imports --transform foo.bar=foo.baz tmp.py
...
-x = "foo.bar"
-x.foo.bar
+x = "foo.baz"
+x.foo.baz
```
If we have a non-docstring…
-
When a user makes an HTTP request to their backend, we want to measure how long that took. And [propagate the trace id](https://develop.sentry.dev/sdk/performance/#header-sentry-trace) so we can have …
-
![](https://i.imgur.com/blgHPub.png)
-
I'm not a ruby expert at all. When I run `kensa test` I get this:
![screen shot 2017-12-28 at 1 03 41 pm](https://user-images.githubusercontent.com/672778/34408989-b330348e-ebcf-11e7-812d-8f92e984f…
-
```
As someone who used the old Unix/X11 tool called "xgraph", I can assure you
that it was an extremely easy-to-use tool for getting data plotted very
quickly. You could pipe output from a perl sc…