Max
Max
I try to add a text label to the geometry node. But in the scene only text with default geometry. I tried using solutions from google but this has no...
How use with proxy? I try like: ``` config :nadia, token: System.get_env("NADIA_KEY"), proxy: "socks5://buff_10.n-3.mtproxy.me&port=3914&secret=c6ac5fc89ac8e6829e7c6bb44214c65e" ``` or ``` config :nadia, token: System.get_env("NADIA_KEY"), proxy: "socks5://server:port", socks5_user: "user", socks5_pass: "pass" ``` or ```...
Hi! Docblock for closure is strange :) > The function anonymous returns a value and must include @returns in its docblock
Hi! I am using "new line" open curly brace position in my code. But in closure need position in same line. ```php $response->setCallback(function () use($path) { readfile($path); }); ```
Hi! Why in config no settings for debug process crashing? Errors searching without console output very hard! In this block of code https://github.com/devinus/poolboy/blob/master/src/poolboy.erl#L250 crashes handled, but not write in console...
Hi! I have components: ```javascript //OneAreaLayout.js import React from 'react'; import PropTypes from 'prop-types'; import Grid from '@material-ui/core/Grid'; import { withStyles } from '@material-ui/core/styles'; import ButtonAppBar from '../Containers/Menu' import Context...
Composer update show: ``` Problem 1 - misd/guzzle-bundle dev-master requires symfony/framework-bundle ~2.2 -> satisfiable by symfony/symfony[v2.8.0], symfony/framework-bundle[v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1,...
Hi! I add extatus in my mix: ```elixir {:extatus, "~> 0.2"} ``` add config in config/config.exs ```elixir config :extatus, timeout: 5000, port: 1338, #System.get_env("METRIC_PORT"), prometheus_registry: :default ``` add gen server...
Hi! I install and setup envy im my app. If i run my app with iex or elixir comand this work fine, but if i try use `mix ecto` comands...