On Friday, 18 October 2019 at 06:11:37 UTC, Ferhat Kurtulmuş
wrote:
On Friday, 18 October 2019 at 05:52:19 UTC, Prokop Hapala wrote:
Already >1 year I consider to move from C++ to Dlang or to
Rust in my hobby game development (mostly based on physical
simulations
https://github.com/ProkopHapal
I get this error message, which doesn't tell me a lot:
rx_filter_subject.d(38,8): Error: class rx_filter_subject.FilterSubject
use of
rx.subject.SubjectObject!(message).SubjectObject.subscribe(Observer!(message)
observer) is hidden by FilterSubject; use alias subscribe =
SubjectObject.subscri
On Saturday, 19 October 2019 at 01:53:11 UTC, Mike Parker wrote:
On Saturday, 19 October 2019 at 00:57:48 UTC, Prokop Hapala
wrote:
The dmech/demos also seems to be almost running just it
somehow cannot find or use my libsdl.so library which it just
compiled (it is in 'dmech/demos/lib')
dere
On Sunday, 20 October 2019 at 08:41:19 UTC, TodNaz wrote:
Hello! I can’t understand ... My dialogue code is not working
as it should! He must, if the texture does not exceed the
maximum value, add a character, otherwise go to a new line
until the text ends. But he constantly makes the transitio
On Sunday, 20 October 2019 at 10:04:56 UTC, Andrey wrote:
On Saturday, 19 October 2019 at 18:54:28 UTC, Andre Pany wrote:
In dub.json of your child apps you need to add a dependency to
parentapp.
I added via "dependencies" parameter and after got this error:
"Detected dependency cycle".
Doe
On Saturday, 19 October 2019 at 18:54:28 UTC, Andre Pany wrote:
In dub.json of your child apps you need to add a dependency to
parentapp.
I added via "dependencies" parameter and after got this error:
"Detected dependency cycle".
Hello! I can’t understand ... My dialogue code is not working as
it should! He must, if the texture does not exceed the maximum
value, add a character, otherwise go to a new line until the text
ends. But he constantly makes the transition to a new line.
Either I'm stupid, or something is wrong.