Alexander Bykin
Alexander Bykin
Hi Currently `JsonKey` annotation have `ignore` parameter, but it's generalized for both `fromJson` and `toJson`. The idea is to have a control over which fields can be serialized via `toJson`...
What wrong with Resources, it is does not show resources that have name '-ipadhd' and '-ipad' (the project is for iPad only) at Project panel and at Sprite frame
open platform with circuit schema and some source code https://github.com/AlexanderShniperson/robot-open-platform
Hi What is out pixel format of image? Does it possible to convert out images from RaspiMJPEG to RGB565 ? This will help to reduce image size and increase network...
some time ago i talked with you about image overlay, [here is some code](https://github.com/6by9/mmal_render_example) from contributor of Userland so returning to my question: is it possible to implement Image overlay?
Hi [Regarding to documentation](https://developer.mozilla.org/ru/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeRequest) ` webRequest.onBeforeRequest.addListener` takes multiple parameters. How can i configure [BlockingResponse](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/BlockingResponse) ? used extension version 0.4
lets look what i mean ``` @pushka case class BaseMessage(uid: String) @pushka case class HandshakeRequest(@pushkaIgnore uid: String, user: String, timestamp: String, token: String) extends BaseMessage(uid) ``` i want to ignore...
Hi i try to run docker container ``` docker run \ --name obpexplorer -d -p 8082:8082 \ -e "props.resource.dir=/obp-config" \ --mount type=bind,source="$(pwd)"/explorer-config,target=/obp-config \ openbankproject/api-explorer ``` [with that props config from...
Hi It looks like you are using old dependency "sqlite_async: ^0.8.3" which based on "web: ^0.5.1" that is imcompatible to be used with another "auto_route: ^9.2.2" dependency which based on...
Hi Is there a way to create UNIQUE index on some table's field? When i try to create unique index with `execute` mehod i've receive `SqliteException(1): while preparing statement, views...