-
Create icns file. make it look hot: Stories. Boards. Pamela Anderson. Metallica. Hot pockets.
-
**Reported by centic on 5 Apr 2010 13:07 UTC**
Received from a user via email:
Increasing memory consumption when selecting cover art
I noticed that when I select cover art in album view, the memory…
-
This game engine is the best! We should come up with a well-suited logo. :rage1: :metal:
I'll keep posting my ideas here so @matheuscscp can tell me which one he thinks is the final.
-
Hi Rahim,
Great stuff. Really nice! You should change your name to Sonoswalla!-))
I've written my own Zonos controller, with the long term aim to at least provide the same interface to my computer (…
-
The code
```
buf = b""
while True:
tmp = self._sock.recv(128)
buf += tmp
if len(tmp) < 128:
try:
obj = json.loads(buf.decode())
return obj
except:
…
-
Greetings,
I've some trouble to get working sorm. I have following entity and Db:
**Entity** :
``` scala
case class Bid(service: Service,
user: User,
typeName: String,…
-
While migrating my app, I found that I'm making a ton of extra queries to do something like this:
``` ruby
```
The `show_info` method returns the relationship between the band…
-
I have persistent intermittent `undefined method 'collect' for nil:NilClass` failures in rSpec/Capybara request specs. Different tests fail, but it is usually the failure to find a button or the fail…
-
Hi Fabrizo,
The following JSONpath expression works in a GET call in Fitnesse.
Fitnesse:
| GET ||||jsonbody.albums.title=="Black"|
JSON:
{"name":"Metallica","albums":[{"year":"1991","title":"Black…
-
```
artist = Rockstar::Artist.new(nil, :include_info => true, :mbid => '65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab') # Metallica
artist.name # => nil
```
Please see pull request's commit message for the la…