-
Updated
Oct 19, 2020 - JavaScript
robust
Here are 123 public repositories matching this topic...
-
Updated
Sep 24, 2020
-
Updated
Mar 19, 2018 - Java
-
Updated
Oct 11, 2020 - Kotlin
-
Updated
Sep 12, 2020 - CSS
-
Updated
Jun 20, 2019 - JavaScript
-
Updated
Sep 16, 2020 - C++
-
Updated
Jun 27, 2020 - Python
-
Updated
Oct 13, 2020 - R
-
Updated
Dec 22, 2019 - C++
-
Updated
Jun 8, 2019 - Python
Probably often the most recent versions are the most interesting, and with --sizes
it can take a while to read them all.
Perhaps most-recent-first should be the default.
It could be --newest
or something.
-
Updated
Apr 30, 2020 - Jupyter Notebook
-
Updated
Oct 11, 2019 - C++
-
Updated
Oct 8, 2020 - C
Message inspection
Implement Message.InspectMsg
and suitable overrides. This function should be invoked when a message is sent, but only when a debug flag is enabled in a lab load. Its purpose is to verify that the message
- belongs to a valid protocol
- matches its PSM's protocol (if sent by a PSM)
- has a valid signal for its protocol
- contains all parameters that are mandatory for its signal
- contains
-
Updated
Sep 27, 2020 - MATLAB
-
Updated
Sep 25, 2018 - Python
-
Updated
Jul 10, 2020 - R
-
Updated
Jul 19, 2020 - C++
-
Updated
Sep 8, 2020 - Python
-
Updated
Apr 20, 2020 - Python
-
Updated
Jan 24, 2020 - Python
Improve this page
Add a description, image, and links to the robust topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the robust topic, visit your repo's landing page and select "manage topics."
I recently started to serve brotli pre-compressed files. Works fine except that all files served have a
content-language: br
(brazilian) unwanted header.I stumbled upon this post: https://blog.desgrange.net/post/2017/04/10/pre-compression-with-gzip-and-brotli-in-apache.html
The mime module seems to blame. Could you fix this by adding a
RemoveLanguage .br
directive?