Stefan Wojcik
Stefan Wojcik
1. I think how it would work is if there is no doc_id in the config, mintable would create one. If there is a doc_id in the config, you can...
@huyphams how is the custom grid view coming along?
> @yawhide Can you also share details on your web server and its configuration? what do you need? I am not sure what to give :) we use this command...
@scoder noticed on https://github.com/scoder/lupa/blob/master/.github/workflows/wheels.yml#L124 that that macos stuff have v10 and v11. The latest macos version is 12. would adding wheels be as easy as updating those versions to 12?
apparently we can run macos 12 runners on github for free https://github.blog/changelog/2022-06-13-github-actions-macos-12-for-github-hosted-runners-is-now-generally-available/ is this something* you can add to the `wheels.yml` to make building on macos 12 m1s?
@scoder I see a success for python 3.9/3.10 on macos https://github.com/scoder/lupa/runs/7712695227?check_suite_focus=true https://github.com/scoder/lupa/runs/7712695185?check_suite_focus=true what makes you say your PR didn't work?
> @yawhide does this issue still manifest when you upgrade to ddtrace 1.15? I cannot see this issue anymore!
nope, everything is pretty default: ``` var LolApi = require('lol-js') var request = require('request') var config = require('./config') var lolClient = LolApi.client({ apiKey: config.key, cache: LolApi.redisCache({ host: '127.0.0.1', port: 6379...
@xrchz do you have an easy way to test this without `rocketpool node deposit`?