-
Se deben crear endpoints GET (tipo query param) para buscar las partidas de un jugador. Los endpoints deben recibir:
1. **/riot-api/v1/las/partidas**
1.1 **/by-puuid?{params}**
1.1.1 (re…
-
### Is your feature request related to a problem? Please describe.
FLAC audio codec in MP4 container
reopen for #972
### Describe the solution you'd like
CHUNK_DEMUXER_ERROR_APPEND_FAILED: …
-
https://docs.microsoft.com/en-us/power-virtual-agents/analytics-sessions-transcripts#common-activity-value-types
Activity value type | Description
-- | --
ConversationInfo | Contains whether the …
-
### Description
```nim
type DistinctSeq* = distinct seq[int]
# `=destroy`(cast[ptr DistinctSeq](0)[])
var x = @[].DistinctSeq
`=destroy`(x)
```
Produces C compiler error
### Nim Version
Nim…
-
### Description
A variation on https://github.com/nim-lang/Nim/issues/23419, where the workaround of adding an empty field cannot be used.
As a bonus on top, this shows how it breaks with a `stati…
-
### Description
https://github.com/nim-lang/Nim/blob/4d11d0619d11d8aecdaff998981efcd054de9760/lib/pure/options.nim#L83-L88
We see `proc` here but not `iterator`. I’m suspicious about such asymmetr…
-
!nim c
```nim c
type
Enum = enum
a = 2
b = 10
iterator items2(): Enum =
for a in [a, b]:
yield a
var s = newSeq[Enum]()
for i in items2():
s.add i
doAssert s == @[a, …
-
### Description
While tracking down a bug, I have accidentally bumped into some funny behavior with sink parameters while using refc: namely, that the locations passed to sink parameters are someti…
gmega updated
5 months ago
-
### Description
```nim
raise newException(ValueError, "msg")
```
### Nim Version
Nim Compiler Version 2.0.0 [Android: arm64]
Compiled at 2023-08-01
Copyright (c) 2006-2023 by Andreas Rumpf
g…
-
![lor-ranked-v1 SEA platform](https://cdn.discordapp.com/attachments/187652476080488449/710641116906520607/unknown.png)
[lor-ranked-v1.getLeaderboards](https://developer.riotgames.com/apis#lor-rank…