Spotlight

Results 12 issues of Spotlight

I ran code with the assumption `err` would return upon any limiting. After messages failed to send, I turned the TDLib logging level to find Telegram was repeatedly responding with...

I notarized an application using SwordRPC, and was continuously able to reproduce crashes upon socket initialization. While I have no good explanation why, I assume it must be something related...

As of [devkitPro r37](https://devkitpro.org/viewtopic.php?f=13&t=9079#p16797), `bin2o` generates headers for files directly. This commit favors those generated headers and updates the makefile accordingly, fixing #27. Additionally, a minimal `.gitignore` has been included...

Apologies if this is the wrong repository to file this under - please let me know! When attaching to a local macOS device using these Node bindings, attempting to enable...

The makefile instructions were reversed. Merging this PR will reverse them back to what they should be (Makefile -> OS X, Makefile.ios -> iOS).

I have an iMac running El Capitan (10.11.4). I installed `go` using Homebrew. When I run `steven`, I'm getting this panic: ``` panic: reflect: reflect.Value.Set using value obtained using unexported...

Hello! Thank you for this awesome project, and it does work! In this change, I made iOs iOS, and corrected a sentance in README.md. No code changes, sorry :/

[MediaPlayer.framework](https://developer.apple.com/documentation/mediaplayer) (part of MusicKit.framework, providing similar functionality) has the ability to query the system player via MPSystemMusicPlayerController's [`systemMusicPlayer`](https://developer.apple.com/documentation/mediaplayer/mpmusicplayercontroller/1624179-systemmusicplayer). Unfortunately, its available is limited to Mac Catalyst applications. This leaves several...

help wanted

The route `webApi_basket_modify` needs to be added. It appears it POSTs updated attributes. For example, when changing the `optionList` option and selecting its first (`1`) value: ``` Form item: "action"...

We currently have the following hardcoded in many areas: https://github.com/WiiLink24/food-server/blob/9753172f377aebc891f989e5d507532d3edf0da0/responses.py#L95-L113 Similarly, for sizes: https://github.com/WiiLink24/food-server/blob/9753172f377aebc891f989e5d507532d3edf0da0/responses.py#L241-L252 We need to make these backed by the database.

help wanted