issues
search
vapor
/
core
🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
MIT License
82
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump up `swift-nio` version
#213
DanielMandea
closed
4 years ago
2
Conform File to ReflectionDecodable
#212
saicu
closed
4 years ago
1
Use NIO's primitive functions for flatMap and its siblings.
#211
MrMage
closed
5 years ago
3
threading issues
#210
weissi
opened
5 years ago
0
made it build on tvOS and watchOS
#209
dave890
opened
5 years ago
2
xcode 11 file fixes
#208
tanner0101
closed
5 years ago
4
DirectoryConfig.workDir not working with Xcode 11 integration with SPM
#207
0xTim
closed
4 years ago
8
Thread.detachNewThread available on iOS 10.0 and later.
#206
3a4oT
closed
5 years ago
1
Reflection very slow and using a lot of memory
#205
grahamburgsma
opened
5 years ago
2
2 Warnings during linux build with 5.0.x swift
#204
dougreid72
opened
5 years ago
4
Use NIO's `whenAll` for `Collection`.flatten now.
#203
MrMage
closed
5 years ago
5
Add the JSON API media type (see https://jsonapi.org/format/).
#202
MrMage
closed
5 years ago
1
Fix #200 `ReflectionSingleValueDecoder.decode` and `ReflectionKeyedDecoder.decode`
#201
usatie
closed
5 years ago
1
ReflectionKeyedDecoder.decode() is not returning the "truthy" value when the context is active
#200
usatie
opened
5 years ago
0
Significantly improve the performance of `Collection<FutureType>.flatten
#199
MrMage
closed
5 years ago
12
Fix file extension
#198
timbaev
closed
5 years ago
1
swift 5 #compiler check
#197
tanner0101
closed
5 years ago
1
Swift 5 updates
#196
tanner0101
closed
5 years ago
1
Wrap the argument to `Future.transform` in an autoclosure
#195
MrMage
closed
5 years ago
2
Revert "Conform NSError to Debuggable"
#194
MrLotU
closed
5 years ago
1
NSError conformance to Debuggable breaks type casting
#193
terwanerik
closed
5 years ago
4
alternative fix for nestedKeyPath bug fix
#192
valeriomazzeo
closed
5 years ago
0
NestedKeyPaths bug fix
#191
valeriomazzeo
closed
5 years ago
0
Ported CodableKit reflection to Core including the nested keyPath bug fix
#190
valeriomazzeo
closed
5 years ago
0
core doesn't compile on tvOS and WatchOS
#189
DenisLe34869
closed
5 years ago
2
Add myself as Maintainer
#188
MrLotU
closed
5 years ago
1
Refactor LosslessDataConvertible to be more consistent with LosslessStringConvertible
#187
twof
closed
5 years ago
1
Conform set to reflection decodable
#186
xavierLowmiller
closed
5 years ago
1
Set should conform to ReflectionDecodable
#185
valeriomazzeo
closed
5 years ago
1
Fix flatten threading issue by directly using reduce(...) NIO method
#184
PopFlamingo
closed
5 years ago
8
Replace `Future.flatMap` with `Future.then`?
#183
MrMage
opened
6 years ago
2
Consolidate Debuggable.stackTrace with the rest of the error types
#182
zdnk
opened
6 years ago
1
Support sync flatten for an array of generic lazy futures
#181
wlisac
closed
5 years ago
2
Create podspecs for all targets
#180
twof
closed
5 years ago
2
Remove sadness swift 4.1
#179
MrLotU
closed
5 years ago
2
Conform NSError to Debuggable
#178
MrLotU
closed
5 years ago
2
use DispatchIO for Process.execute
#177
tanner0101
opened
6 years ago
5
Process.asyncExecute has threading issue
#176
weissi
opened
6 years ago
0
Created Future.transformAlways(to:T) method
#175
rausnitz
closed
5 years ago
1
Created Future.transform(to:Future<T>) method
#174
calebkleveter
closed
6 years ago
2
Generalize the working directory configuration
#173
yeswolf
closed
6 years ago
5
Implement ReflectionDecodable on URL.
#172
maciejtrybilo
closed
6 years ago
2
fixed get method when accessing array
#171
valeriomazzeo
closed
6 years ago
1
process execute output fix
#170
tanner0101
closed
6 years ago
1
Default Return Types for Variadic Future Functions
#169
calebkleveter
closed
6 years ago
1
Fixed MIME type detection
#168
Cellane
closed
6 years ago
1
Is `Future.map(on: worker)` intentionally synchronous?
#167
bmhatfield
opened
6 years ago
6
Minor: Fix typo in comment
#166
nonsensery
closed
6 years ago
1
Does Core support Cocoapods?
#165
agisilaos
closed
5 years ago
9
Process.execute on macOS leaves a background thread spinning at 100%
#164
vzsg
opened
6 years ago
2
Next