-
### 📝 Description of the feature
This is Shin Taniguchi of JSOL.
We support PyDYNA based on Ansys LS-DYNA in Japan.
Now, we're trying a solver module and chasing serevr.py including ansys-pydyn…
-
### Before submitting the issue
- [X] I have checked for [Compatibility](https://dpf.docs.pyansys.com/getting_started/compatibility.html#id1) issues
- [X] I have searched among the existing issues…
-
### Before submitting the issue
- [X] I have checked for [Compatibility](https://dpf.docs.pyansys.com/version/stable/getting_started/compatibility.html#id1) issues
- [X] I have searched among the exi…
-
Make failed for me. These are the commands I executed as 'root' in a fresh Ubuntu 13.10 Saucy Salamander VM from: https://cloud-images.ubuntu.com/vagrant/saucy/20140209/saucy-server-cloudimg-i386-vagr…
-
I am getting the following error upon running 'make'
```
[20 of 37] Compiling Dyna.ParserHS.OneshotDriver ( src/Dyna/ParserHS/OneshotDriver.hs, dist/build/dyna/dyna-tmp/Dyna/ParserHS/OneshotDriver.o …
-
Hi, I'm attempting to run the following program:
```
path(Start,End,W) :- edge(Start,End,W).
path(Start,End,U+V) :- path(Start,Mid,U), edge(Mid,End,V).
edge(1, 2, 3).
edge(2, 3, 1).
edge(1, 3…
-
### Description
In order to store attachments with the `.org` file, I wanted to create the file inside a folder with the same name and changed the capture to:
```
(setq org-roam-capture-templa…
-
I recommend supporting the traditional GNUish `dyna --version`, as well as a `version` command at the repl. Should print git version id and the date of that version (possibly also the build date).
…
-
Many times when I install Python libraries, things break. I would rather use Docker.
I can already run iPython from Docker. I ordinarily use [this Docker image](https://hub.docker.com/r/continuumi…
-
Hi,
I am using the dynatable jquery in my app. I need to set the dynatable cell value based of the value of json object if it is 1 i need to set as car, and 2 for motor bike, 3 for bicycle. At presen…