Justinus Hermawan
Justinus Hermawan
add: IsPalindromeNumber in C#
Hi, does it support for 'object' data type? ``` c# public class Index { public long Position { get; set; } public object[] Values { get; set; } } var...
I'm trying to run a dynamic query with a model as below: ``` c# public class Index { public long Position { get; set; } public object[] Values { get;...
Hi everyone, I've a self-hosted installation of pretix on my server, I've set at `pretix.cfg` file for `currency=IDR`, but when I tried to set a default price of my product...
Does it not support for copying local file to dst?
Static method passed to `RoundedButton` props should not be called from `this` context because static has not `this` pointer.
I got this error while running train.py file, I use Theano backend. training the newly added dense layers Epoch 1/20 Traceback (most recent call last): File "train.py", line 134, in...