-
Hi Stéphane,
When calling the `FindReceiversAsync()` method, an empty list is returned.
My computer is connected to the same network as my ChromeCast and Google Home mini devices. I can see the…
-
```
static query minhasEmAberto() : Tarefa[*];
begin
return Tarefa extent.select((t : Tarefa) : Boolean {
t.responsavel == (System#user() as Colaborador) and t.estado == E…
-
The sandbox member variable `fnPointerMap` is declared as `void*`, yet is only even used as `std::map *`. Why is the casting necessary? Shouldn't the member variable just be `std::map*`?
https://…
-
This works (as expected)
```
ff=# PREPARE test1 (int, SMALLINT) AS
ff-# SELECT s.id, s.sum, s.capacity, COALESCE((s.data->$2::text->>'amount')::numeric, 0) AS amount
ff-# FROM storage s JOIN st…
-
I think Steep needs "value casting", which is equivalent to `as` in TypeScript.
`@as` is an annotation for a new "value typecast" rather than the currently existing "variable definition modificati…
-
[Enter feedback here]
Hi,
While reading this polymorphism i found below line of statement which says that, if i will type cast derived class object as base class then it will call base class m…
-
I was wondering if you could add different items other than wands to cast spells. Specifically I was thinking they would have different conditions of activation, like it activates if you hold it in yo…
-
(I've seen this from another addon too that I simply uninstalled, so it's in LibRaidStatus)
Message: ...\AddOns\Details\Libs\LibRaidStatus\LibRaidStatus.lua:877: attempt to concatenate local 'c…
-
Right now it only support converting true/false and date and times, is there anyways you can support more type for example the standard ones in soap: http://www.pocketsoap.com/4s4c/docs/datatypes.html…
-
Quoting Mike Pall:
```
I've added conversion of an io.* file handle to a FILE *. Actually
it converts to a void * because I don't want to expose a standard
'FILE' C type. But this doesn't matter as i…