GitHub and Microsoft, it's time to immediately cancel your contract with ICE.
- Cambridge, United Kingdom
- https://desiatov.com
- @MaxDesiatov
Block or Report
Block or report MaxDesiatov
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
OpenCombine/OpenCombine Public
Open source implementation of Apple's Combine framework for processing values over time.
-
TokamakUI/Tokamak Public
SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms
-
swiftwasm/swift Public
Forked from apple/swift
WebAssembly support for the Swift programming language
-
CoreOffice/CoreXLSX Public
Excel spreadsheet (XLSX) format parser written in pure Swift
-
-
2,335 contributions in the last year
Activity overview
Contribution activity
February 2022
Created 53 commits in 13 repositories
Created 2 repositories
- MaxDesiatov/uswift Swift
- MaxDesiatov/modep-debs CSS
Created a pull request in apple/swift that received 7 comments
build-script: basic support for building with GCC
This doesn't resolve all of the issues experienced when building the toolchain with GCC, but at least it allows the build script to start building…
Opened 46 other pull requests in 9 repositories
compnerd/uswift
31
merged
1
closed
1
open
-
Add
/build/to.gitignore -
Core: fix formatting in
BidirectionalCollection(NFC) -
Core: add
pointeeproperty onUnsafePointer - SwiftFormat: tweak extensions ACL formatting
-
Core: add
BidirectionalCollection - Runtime: fix missing return value warning
- SwiftFormat: tweak function arguments wrapping
- Re-enable SwiftFormat, add config file
-
Set ruler to 80 columns in
.vscode/settings.json -
Core: add
RangeExpressionprotocol -
Core: add
Collectionprotocol -
Core: add
BinaryIntegerprotocol -
Core: add
SignedNumericprotocol -
Core: add
Numericw/ integer implementation -
Core: add
AdditiveArithmetic -
Core: add
Rangeimplementation -
Core: add
Strideableprotocol -
Add
Sequenceprotocol -
Add
Comparablew/ integer implementation -
Core: add
UnsafeMutableRawPointer -
Add
preconditionimplementation -
Add
withUnsafeMutablePointerfunction -
Add
Builtin.swiftwithminAllocationAlignment -
Add comments in
KnownMetadata.c -
Core add
MemoryLayoutimplementation - Some pull requests not shown.
swiftwasm/swift
2
closed
2
merged
swiftwasm/carton
2
merged
apple/swift
2
merged
bztsrc/raspi3-tutorial
1
merged
WebAssembly/website
1
merged
phil-opp/blog_os
1
merged
SerenityOS/serenity
1
merged
rust-embedded/rust-raspberrypi-OS-tutorials
1
merged
Reviewed 53 pull requests in 13 repositories
swiftwasm/swift
22 pull requests
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- Concurrency: fix inconsistent _asyncLet_get signatures
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- Merge main 2022-02-18
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- [pull] swiftwasm from main
- Pin Wasmer version to prevent test failures
compnerd/uswift
11 pull requests
-
Core: add
BidirectionalCollection -
Core: add
UnsafeMutableRawPointer - Core: clean up code file names and style
-
Add
withUnsafeMutablePointerfunction -
Add
Comparablew/ integer implementation -
Add
StaticStringimplementation -
Add
Sequenceprotocol -
Add
Builtin.swiftwithminAllocationAlignment -
Add
_Pointerprotocol withinit?(bitPattern:) -
Add
&and&=operators on integer types -
Add
OpaquePointerimplementation
swiftwasm/JavaScriptKit
5 pull requests
Apodini/webidl2swift
3 pull requests
swiftwasm/carton
2 pull requests
TokamakUI/Tokamak
2 pull requests
swiftwasm/swiftwasm-pad
2 pull requests
swiftwasm/awesome-swiftwasm
1 pull request
swiftwasm/homebrew-tap
1 pull request
apple/swift-package-manager
1 pull request
swiftwasm/swift-web-github-example
1 pull request
apple/swift
1 pull request
apple/swift-evolution
1 pull request
Created an issue in nicklockwood/SwiftFormat that received 9 comments
Failure to format struct Array
Repro code:
@frozen
public struct Array<Element> {
}
When trying to format this snippet, SwiftFormat prints an error message: error: Expected ident…
