-
I did a homebrew update today and I'm no longer able to connect to a Mysql server that I routinely use. When I use my normal connect command, I get an error about SSL.
```
$ mysql --version
mysql Ve…
-
For instance, the jquery_mobile-rails gem does not use image-url in its CSS. This is a bug really, but it "worked fine" in Rails 3. I assume they will fix the gem eventually. But in the meantime, in R…
-
Making `Inline::Perl5` into a `Callable` backed by a multi-method yields some nice sugar:
```
my &p5 = Inline::Perl5.new;
# run code
p5 'print "hello world\n"';
p5 q{{{
use DBI;
DBI->connect…
ghost updated
9 years ago
-
### This is the exclusive thread for feature requests.
For further instructions check the wiki:
http://acemod.github.io/ACE3/wiki/user/how-to-make-a-feature-request.html
### Before reporting
- Any an…
-
npm3 perf :mag:
**TL;DR**: We've got a network :chart_with_downwards_trend: utilization regression that's at the root of the npm3 install performance. Here's the bird's :bird: eye view:
How'd w…
-
**UPDATED: 2015-11-11**
**React Intl v2 has been in development for several months and the current release is [`v2.0.0-beta-1`](https://github.com/yahoo/react-intl/releases) — the first v2 beta relea…
ericf updated
8 years ago
-
**I'd like to request support for certificate pinning.**
Note that this is not the same as HSTS/HPKP although it seems to be related.
I see two use cases that I believe are both useful:
## Global
…
-
Discussion items:
1) do we need to support views with value_type != storage::value_type, i.e. TensorView where T != Storage::value_type?
2) proposed change: TensorView -> TensorView (or, perhaps Ten…
-
It is impossible to get working video output in the Linux framebuffer console.
After the removal of the fbdev drivers (which worked wonders) I know I should use sdl, but not even that works (not to m…
-
Currently, the codec and server code seems to be written with the assumption of only a single frame of routing in mind.
https://github.com/zeromq/zproto/blob/master/src/zproto_codec_c.gsl#L874
https:/…
jemc updated
10 years ago