-
I use a Java library which depends on a Scala library which uses this. So I cannot use that in a modular Java project because the scala naming of whatever_2.12 cannot automatically be converted into a…
-
E.g. in my javascript:
document.getElementById("tag").value = "\u00A0";
after invoking inliner, it became something similary like:
document.getElementById("tag").value = "\u0020";
…
-
```
What steps will reproduce the problem?
1.convert from .m4a to .mp3
How about the reproducibility (always, sometimes, rarely, ...)?
Always
What is the expected output? What do you see instead?
I …
-
```
What steps will reproduce the problem?
1.convert from .m4a to .mp3
How about the reproducibility (always, sometimes, rarely, ...)?
Always
What is the expected output? What do you see instead?
I …
-
when the calendar event summary field contains a string with a comma, for example
"key=value1,value2"
the to_ical() function converts the above string to: "key=value1\,value2"
Is this a bug or a fea…
-
```
When I covert a video to ipod format it changes the aspect ratio to full screen
for the ipod. Sketching the images. I would like an option that kept the same
aspect ratio as the movie file..
```…
-
I just ran into this issue after upgrading to 2.x, which has caused a serious bug in our application.
Using an action creator without specifying a payload, for an action that expects a payload (cre…
-
Hey - not sure if you will ever see this but - there is an issue with the eEditor and the Expansion Market. Long story short, as soon as you click the option to manage the "Expansion Market" the eEdit…
-
I've come across a weird behavior that really baffled me initially.
This compiles with nalgebra 0.29:
``` rust
let _: nalgebra::SVector = nalgebra::point![1.0, 2.0].into();
```
It converts an…
-
```
What steps will reproduce the problem?
1. Fetch the value of a varchar2 column that has Null as its current value.
2. Use the fetched value to update any table's column.
What is the expected ou…