Baptiste Roux
Baptiste Roux
Hi, you get that info with a simple ruby script: ``` #!/usr/bin/env ruby require 'open-uri' require 'json' begin json = JSON.parse(open("http://localhost:8888/nodes.json").read) rescue puts 'Unable to connect' exit 2 end json.each...
It is still an issue and it won't be resolved unless the collector is re-written to use a jsonpath module that supports the `.length()` method, or if kubernetes implements it...
A mon avis ce n'est pas à l'outil de gérer ça, ou alors dans le cas précis de binance il faudrait trouver un moyen d'identifier et ignorer automatiquement les TX...
Oui c'est a mon avis la meilleure chose à faire, ça évite de devoir vérifier le csv a la main. J'ai eu également le cas des doublons binance de mon...
Hi, I got it working with the following configuration (`@fawmi/vue-google-maps": "^0.9.72`): `nuxt/nuxt.config.ts` ```ts export default defineNuxtConfig({ build: { transpile: ["@fawmi/vue-google-maps"] }, runtimeConfig: { public: { GOOGLE_MAPS_API_KEY: process.env.GOOGLE_MAPS_API_KEY }, }, })...
This PR should fix #328
I can: ```bash / $ env HOSTNAME=4ff807815748 SHLVL=1 HOME=/ TERM=xterm PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/ / $ cat /etc/filebrowser/filebrowser.json { "port": 8080, "baseURL": "", "address": "", "log": "stdout", "database": "/database/filebrowser.db", "root": "/data", "auth":...
Hey @geerlingguy sorry to bother you, if those changes look OK for you, could you please merge and tag a new version? Thanks!
I had the same issue: ``` >>> from trakt.tv import TVShow >>> show = TVShow.search("lost", 2004)[0] >>> show.seasons [: Lost Season 0, : Lost Season 1, : Lost Season 2,...
I opened a support ticket and Atlassian created an issue to track this bug, you can vote here to increase the visibility: https://jira.atlassian.com/browse/OPSGENIE-1345