stla
stla
Hello, I find strange the angle of `SphericalCap`. For me, `SphericalCap` with an angle of pi/2 should produce a hemisphere, while I expect that the effective result of VCGLIB corresponds...
Please see https://github.com/hadley/dplyr/issues/1867
R crashes if one applies the function `dbColumnInfo` to a request like `ALTER` : ``` library(RMySQL) DB
Hello, I wanted to create a xlsx file with a date column. And no other column, just to try. In my first attempt (see below), I set the number format...
Hello, I've just spent a couple of hours trying to install network on Windows, with no luck: ``` network> config.status: creating include/HsNetworkConfig.h network> config.status: include/HsNetworkConfig.h is unchanged network> configure: WARNING:...
Hello, The library does not correctly indents this JSX code: ```jsx class Widget extends React.PureComponent { constructor(props) { super(props); this.state = { value: this.props.value }; this.handleChange = this.handleChange.bind(this); } handleChange(value){...
Hello, ``` > map1$clone(deep = TRUE) Error in envRefInferField(x, what, getClass(class(x)), selfEnv) : ‘.__enclos_env__’ is not a valid field or method name for reference class “uMAPR” > class(map1$.__enclos_env__$private$.map) [1] "uMAPR"...
Hello, I use **av** to convert some GIFs to MOV files, in order to upload them to Youtube. If the width or the height of the GIF is not divisible...
Hello, Thank you for this library. The latest version of Monaco has now support for Julia and Scala. So I think you could remove these languages from `monaco-ace-tokenizer`.
Hello, The numeric inputs "top" and "right" below have the class [input-sm](https://www.w3schools.com/bootstrap/bootstrap_forms_sizing.asp):  I find them better than the two other default numeric inputs, which are too big. I had...