-
We need to be able to create DTO with stereotype "Transport Object".
-
StaticMan hashes the user submission email by default. +1 for privacy; -1 for inability to contact users re: their submission.
Vincent to see if there is a way to hide the email in a public PR on GH …
-
```
What steps will reproduce the problem?
1. Use as3crypto AES to encrypt anything
2. try and decrypt it using javax.crypo
3. You will always get: javax.crypto.BadPaddingException: Given final block…
-
```
What steps will reproduce the problem?
1. Use as3crypto AES to encrypt anything
2. try and decrypt it using javax.crypo
3. You will always get: javax.crypto.BadPaddingException: Given final block…
-
Please Give consent about
1. If we can support Old Time as Start Time
2. If we can support Multiple Run Time in single Day
-
Hello!
I'm try to build my app on cordova 3.4.1, using this plugin for push notification.
My problem is that I never get reg ID.
In my console I get next error message
V/GCMRegistrar(1135): Registeri…
-
I think it'd be really neat to have the hitbox display also show the knockback angle the hitbox has similar to what Ultimate hitbox displayers currently do:
![image](https://github.com/rukai/brawll…
-
-
This board depends on bus signal A13 for Read / Write signal to the 6522 VIA
This pin is not implemented in the MECB
Is the intention to patch through the CPU R/W signal for use here?
Would it be p…
-
在DenseBlock_light中,这里为啥要做这个操作:out_channels_def = int(in_channels / 2),有什么原因吗