-
Hey,
I noticed that every time that the ARViewController is presented, all the annotations shortly spin over the screen.
Edit: I think that the bug is in the filtered heading. Every time that the …
-
Is there anyway to fix the duplicate symbol problem we have when turning VR support on? This is blocking a major project right now. Going back to Unity 5.4 or 5.5 is no option. Turning the VR support …
-
是解決錄音有噪音的問題嗎?
-
```ruby
require "gosu"
class Window < Gosu::Window
def initialize
super(1000, 1000, false)
Gosu::Song.new("test.mp3").play
end
end
Window.new.show
```
Where test.mp3 is a fresh mp3…
-
**[Original report](https://bitbucket.org/rude/love/issue/173) by Anonymous.**
----------------------------------------
The ability to use EAX effects on audio, like flange, echo, reverb, distortion…
-
- [A formal spec for GitHub Flavored Markdown - The GitHub Blog](https://github.com/blog/2333-a-formal-spec-for-github-flavored-markdown)
GitHub Flavored MarkdownがCommonMarkベースの仕様になったことで、GitHub上での.…
-
## Context
I'm regularly getting crashes on macOS and sometimes Windows when connecting to a network server. It's unfortunately sporadic.
I've included the mac crashdump (note the trap in coreaudi…
-
Using fresh PCMSolver with the setup command:
```
/setup --fc=xlf90 --cc=xlc --cxx=xlC
```
we have
```
-- Found following supported C++11 features:
-- __func__
-- long_long
-- sizeof_member
…
miroi updated
7 years ago
-
```
13:54:26 PM WARN [ 2] Archive "PlatformResources\windows\git-lfs.zip" missing
13:54:39 PM ERROR [ 2]
Task_Start_ContinuationTask
at System.Thre…
-
(This should maybe go into #202?)
Testing a switch from v1.1 -> v2.0 I found fairly significant performance degradation in `dump()` with a large set of doubles. Here's a sample implementation:
```
…