-
The retrievers create a new queue on every fetch, e.g:
dispatch_queue_t queue = dispatch_queue_create("ems_room_queue", DISPATCH_QUEUE_CONCURRENT);
The queues needs to be saved somewhere, so that we…
-
Hello,
I didn't realize it was so hard to have animations running with ui-router, I've been scouring the net for the last 3 hours ...
Eventually I stumbled over this, but my problem is that the bl…
-
Currently resource routes are named after their url. However, this makes localizing urls quite tedious and prone to breaking `link_to_route` calls. For instance, "articles" is called "artikler" in Dan…
-
I have two problems with 3.0.11 when applying I18N to my site:
1) Language folders are not created
In my config.rb, I have
activate :i18n, :mount_at_root => false, :templates_dir => "source"
In m…
-
I want it to not matter what strategies you have registered. The helper should figure out if it can generate a localized link... Either by domain/path/query whichever comes first. That would be ideal …
basz updated
11 years ago
-
By following the installation documentation, `rake db:migrate` fails as following:
```
ain$ rake db:migrate
[deprecated] I18n.enforce_available_locales will default to true in the future. If you real…
-
## 運用マニュアルを修正しています。
4-6 Webページを資料として登録する
Enjuでは、ブックマークレットを利用してWebページやWeb上のPDFなどを資料として登録することができます。
## 1. トップページの[ブックマーク]をクリックします。
とありますが、トップページに[ブックマーク]がありません。
a) 別の方法で登録するのですか?
b) それとも、モジュールになっている…
-
When using iterating through a collection using `{{#each}}`, reactivity is isolated between different objects. This is good.
However, in my case, I am trying to render each field separately with inli…
-
Some services (e.g. rabbitmq) bind to the machine's hostname. However, as this hostname is not generated into `/etc/hosts`, it cannot resolve it. `/etc/hosts` _does_ contain all other hostnames of mac…
-
Hi Luca,
I did some testing with biggish transactions.
When adding 25000 records, I get a MemoryError:
```
'
```
(I can't get a traceback somehow, it's running from inside C code through p…