-
We need to create a Rails app we'll be using to test our Query Planner, we should get it up and running on the latest version of Rails (v5.1) and the latest version of Ruby (v2.4.1).
We'll also wan…
-
I discovered this when rebuilding a set of packages this morning to address a new OpenSSL release. The build time for 71 packages took roughly 3 hours and 30 mins, which 59 minutes stuck building Mong…
-
-
##### Issue Type:
Bug Report
##### Ansible Version:
2.0.0.2
##### Environment:
Red Hat Enterprise Linux Server release 6.7
##### Summary:
Since I've upgraded the version from 1.9.4 to 2.0.0.2, the…
-
We need to design a schema that we can query in such a way that MySQL will use the wrong index.
I'm suspecting something along the following might work. If all else fails we can make it work by tel…
-
We'll need to add migrations and setup a data model where we can cause N+1s easily.
```ruby
# This will N+1 unless we preload author.
article.comments.each do |comment|
comment.author
end
``…
-
-
If PDFs are static, I don't see why we need to introduce React and JSX. Can someone explain the premise of this project, and why someone might want to choose it over a more popular system such as (PDF…
-
Phalcon made a tool for writing c extension for php. zephir http://zephir-lang.com/
Phalcon may run faster in request per sec,but it is not handy like Laravel in routing, migration, controllers,
(no…
-
Hi,
I'm trying to start pms under a Wayland/Gnome environment having a crash. Under a normal X11 environment PMS works fine.
```
comio@gentoobox ~ $ gdb plexmediaplayer
GNU gdb (Gentoo 7.11.1 vanill…
comio updated
6 years ago