amir

Results 5 issues of amir

The latest release hosted in PyPi (3.4.0.1) is missing `Get_Rendering` code from Anurag's [repository](https://github.com/u-anurag/OpenSeesPy/tree/OpenSeesPy-Visualization/openseespy-pip/openseespy/postprocessing). Since many examples include code for plotting and there is no mentioning of installing another library...

Using `dcos spark run` I cannot provide more than one jvm option by `spark.executor.extraJavaOptions`. I tried these: `$ dcos spark run --submit-args='--conf spark.cores.max=4 --conf spark.executor.extraJavaOptions="-XX:+UseG1GC -XX:+PrintFlagsFinal" --class ClassPath LibraryPath'` Error...

Currently Jcal is agnostic about locale settings and provides some custom formatting directives for representation stuff. Setting locale settings for representation is an standard way used for invoking `date` or...

I populate a cache in one job running on an `ubuntu-latest` machine and try to read the cache in another job that runs in an `ubuntu` container. The workflow fails...

`epoll_wait` call will not finish after a while. It's probably something with libevent. My setup runs redsocks instance by an upstart script configured as follow: ``` base { log_debug =...