-
Hello
I coppy past a part of the log message extract from the consol.
We use for this subject a MB3 EPI sequence which works correctly but then we start an DTI sequences (with also an MB factor of 3…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR11212](https://bugs.llvm.org/show_bug.cgi?id=11212) |
| Status | RESOLVED FIXED |
| Importance | P…
-
Under MRI (1.9.3-p286):
```
dudley@kima ~ :> ruby -e 'puts "foo".encode("UTF-16", :invalid => :replace)'
??foo
```
Under JRuby (1.7.0):
```
dudley@kima ~ :> ruby -e '"foo".encode("UTF-16", :invalid…
-
Could someone explain a few things. I tried to find what I could myself, but since the documentation is very limited and in this case variable names don't help me, I was not able to determine the mean…
-
version: 1.7.0.preview2 (4a6bb0a) in 1.9 mode
``` ruby
require 'yaml'
YAML.load YAML.dump("\u{1f354}")
```
This even happens in comments:
``` ruby
YAML.load "42 # \u{1f354}"
```
Both work on MRI. …
-
Hi,
I'm using DataMapper and dm-oracle-adapter. I have a table at Oracle like this:
ID_ICON NOT NULL NUMBER(3)
ICON_PT VARCHAR2(200)
STATUS NUMBER(1)
I…