Results 11 issues of akiroz

The built-in init for using named colors from the asset catalog is overwritten by the extension here: https://github.com/mchoe/SwiftSVG/blob/c5a6d75ccd4a1ae7af764bf96eaa6d341d4f2d44/SwiftSVG/SVG/Helpers/UIColor%2BExtensions.swift#L167 ref: https://developer.apple.com/documentation/uikit/uicolor/2877380-init

The line `ifIndex > math.MaxUint32-1` throws a compilation error where `int` is 32 bit since `int32` is signed and cannot go above 2^31 - 1. However, I'm really curious about...

Would be nice for music to also support topics like videos. One use case is performance type (e.g. Karaoke / Acapella / Guitar / Piano etc.) Another one is music...

enhancement

When the WAMP server shutdown with `GOODBYE` and closes the connection. AutobahnJS will try to echo the message on a closing/closed websocket crashing the program. ``` /.../node_modules/ws/lib/websocket.js:314 const err =...

Exception will be thrown during multipart request parsing if schema coercion fails. ``` java.lang.Thread.run Thread.java: 748 ... manifold.executor/thread-factory/reify/f executor.clj: 44 io.aleph.dirigiste.Executor$Worker$1.run Executor.java: 62 ... manifold.deferred.Deferred/fn/fn deferred.clj: 395 manifold.deferred.Listener/onSuccess deferred.clj: 219...

How to reproduce: 1. Enter RouteBoard view 2. Input routes such that some buttons will be disabled (e.g. 25) 3. Enter RouteEta view 4. Enter RouteBoard view Numbers that are...

In zig 0.11.0, struct field `default_value` always returns an opaque pointer which can't be used in `@tagName`. I'm not entirely sure how the original API worked but this implementation allows...

Usage: ```js const skygearCloud = require('skygear/cloud'); skygearCloud.databaseQuery( 'SELECT id FROM _user WHERE username = $1', ['bob'] ).then(result => { // ... }); ``` Implementation: ```js export function databaseQuery(stmt, data =...

type/improvement
Hacktoberfest
area/skygear-node

I couldn't find this issue mentioned anywhere so I'm opening one... do correct me if there's already an issue for this. String concatenation is used in most places to handle...

type/improvement

Right now lambda / handler access can only be controlled using `authRequired` and `userRequired`. It would be nice to be able to control access by user role just like records.

type/improvement
area/skygear-node