-
Hi! I'm new at software development so go easy on me ;-) I am plenty technical though. I am using this client with udsoncan to implement flash programming and diag over Ethernet. I am hitting a proble…
-
I wonder whether there is some extensive roadmap or at least ambitious ideas how to further develop this neat language?
I have some crazy ideas but I'd first want to know about existing plans :wink…
-
Hi,
here is my config :
```
log4js = {
appenders: {
out: {
type: 'stdout'
},
logfile_general: {
type: 'file',
filename: 'log/gccp.log',
maxLogSize: 1…
-
## Orleans place in .NET ecosystem
Currently .NET lacks supported by Microsoft cloud independent solution for building distributed applications. Most obvious candidate on this role could be guessed p…
-
I wonder what the future and the roadmap looks like?
I have also some (very) crazy ideas but I'd first like to learn about the goals and roadmap if any :wink:.
-
```
id : 6c3f2935461e1ac4ba3016d21f7448e7
```
Question: "give me a numbered list with dates about decisions on devflows?"
Answer:
There is no information available about decisions on devflows.
…
-
**Description**
I have been trying to evaluate the host object functionality provided by WebView2, and have encountered some problems.
_Problem 1_: Initial function call to the host object doesn'…
-
https://xhr.spec.whatwg.org/#sync-warning
> Synchronous XMLHttpRequest outside of workers is in the process of being removed from the web platform as it has detrimental effects to the end user's expe…
-
A good enhancement could be to use the BeginAsync/EndAsync methods of the stream class, and remove all the uses of the ThreadPool. That would make the system faster as it will not have to create threa…
-
Can we have a slower clock than 1 hertz? When I set it to `0.5` I get an integer underflow to a beyond fast clock but to me very slow clocks are perfectly valid. My circuit only appears to work while …