Matthew
Matthew
I'm looking for a Swift library for Tezos. Found this one, and also AckeeCZ/TezosSwift. Does not look like this project is up to date. Does not support Delphinet, nor Edonet....
yarn/npm package managers require this file. Please add a basic one. Here is example for you: ``` { "name": "jquery-toaster", "version": "1.0", "description": "Toaster-style notifications plugin for jQuery", "main": "jquery.toaster.js",...
Being able to use any S3-compliant endpoint for storage would open up a huge list of alternatives than just Dropbox and Google Drive. Just a few: https://en.wikipedia.org/wiki/Amazon_S3#S3_API_and_competing_services Not listed above,...
prometheus.yml: ``` # speedtest - job_name: 'speedtest' scrape_interval: 10m scrape_timeout: 1m static_configs: - targets: ['metrics_speedtest:9798'] ``` When trying to add metric to grafana: > bad_data: exceeded maximum resolution of 11,000...
I'm using `"grunt-contrib-concat": "^1.0.1"`. Here's gruntfile parts: ``` concat: { options: { separator: ';' }, dist: { src: [ 'node_modules/jquery/dist/jquery.min.js', 'node_modules/bootstrap/dist/js/bootstrap.min.js', 'baller.js', ], dest: 'app.js' } }, ``` When I...
Using this library in a linux application, compiled with g++: ``` /home/xxxx/percona-server-8.0.32-24/plugin/ulid/ulid/src/ulid_uint128.hh:11:5: warning: "_MSC_VER" is not defined, evaluates to 0 [-Wundef] #if _MSC_VER > 0 ^~~~~~~~ ``` A quick google...
I want to be able to change the logFormat after instantiating my logger object so that I can customize the output depending on the file which is generating log messages....
lefred currently has the only usable 1.1 release (supporting MySQL 8 sha2 auth and SSL/TLS 1.3). https://lefred.be/content/sysbench-1-1-0-for-oracle-linux-9/ Why isn't there an official release yet of 1.1? Surely github actions can...
``` ** (myloader:9894): CRITICAL **: 11:48:32.811: resume.partial file found. Remove it and restart process if you consider that it will be safe. Segmentation fault (core dumped) [matthew@percona01 20230831_rds_standby]$ cat resume.partial...
**Describe the Feature Request** There is no option to skip the checksum process when running myloader. Checksum of tables happens even when using `--no-data` and there should be an option...