elderapo

Results 25 issues of elderapo

Hello, is it possible to declare nested struct such as: ``` struct SomeStruct { SomeStruct* next; int something; }; ```

I am getting this depracation warning ```bash (node:4280) DeprecationWarning: Pass resolveContext instead and use createInnerContext at matchPath (/hidden/node_modules/tsconfig-paths-webpack-plugin/lib/plugin.js:118:150) at /hidden/node_modules/tsconfig-paths/lib/match-path-async.js:71:24 at filesystem.stat (/hidden/node_modules/tsconfig-paths-webpack-plugin/lib/plugin.js:154:13) at SyncAsyncFileSystemDecorator.stat (/hidden/node_modules/enhanced-resolve/lib/SyncAsyncFileSystemDecorator.js:14:4) at /hidden/node_modules/tsconfig-paths-webpack-plugin/lib/plugin.js:148:20 at findFirstExistingPath...

This pull request fixes: - [x] Muting/unmuting (#4). - [x] `setVolume` previously wasn't working as intended for example: `setVolume(15, cb)` was setting volume to `16` instead of `15` but `setVolume(50,...

Recently started noticing that backups sometimes fail few times and then succeed: ```bash Create Google Drive service-account.json file. Create rclone.conf file. I1106 00:00:02.894711 1 deleg.go:130] sidecar "msg"="environment is not set"...

When setting `long-query-time` for example to `0.5` instead of `1` the operator thows the following error: ```bash E0928 12:23:59.301415 1 reflector.go:138] github.com/bitpoke/mysql-operator/.work/pkg/pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1alpha1.MysqlCluster: failed to list *v1alpha1.MysqlCluster:...

# Expected Behavior The copied `bmp` file should be exactly the same as the original one. # Current Behavior For some reason for this `bmp` file content gets moved/shifted. It...

help wanted
bug
solution in issue

The graphql query: ```graphql query GetTx { node_transaction( where: { transaction: { hash: { _eq: "\\x45fdd101bce6b63c1c128f0fcbec111d93f304a3e09db4706229d60a417109c6" } } } ) { transaction { hash } } } ``` returns: ```json...

The following graphl query: ```graphql mutation SendTx { send_transaction( request: { encoded_hex: "0100000001f17ebad1a9324ff82faf9b5054066bc5172bc6cf3ea78219400648a61015eb07000000006441cbed835372fca913a22b41fa1f54a62fcf2d66de86b59444bd8fbf3d4ba4056c2ceb58e34fa5d7222535a4759d465fa7fc4bcf474e1d938f32ccfe5b5816de8141210277ca380aff06f4cb50047c14a4ec192b0c9d30d5caad7fc9b4002bc0a69ecd59feffffff0239590000000000001976a914fe0d9c981cd67b0181d5f994ac77b391fe74244988ac97c57900000000001976a9146aef70d3eb17970780647492589deb34b18eab6f88ac87f90b00" node_internal_id: 3 } ) { transaction_hash validation_success transmission_success transmission_error_message transmission_error_message } } ``` returns: ```json { "data":...

The following graphq query: ```graphql query GetUnconfirmedTransactions { node(where: { internal_id: { _eq: 3 } }) { unconfirmed_transaction_count unconfirmed_transactions(order_by: { validated_at: desc }) { validated_at transaction { hash } }...

Looks like it might be end of Tibialyzer :( http://forum.tibia.com/forum/?action=thread&threadid=4532071