gitttt

Results 7 issues of gitttt

### Description We have a vuejs frontend talking to a connexion-based REST API. We use jwt tokens. Sometimes, without any obvious trigger, we get the following exception: ``` File "venv/lib/python3.8/site-packages/flask/app.py",...

documentation
good first issue

I adapted the setup.py to make it run under python3. Yet, when trying to build it, I get the error below. Any ideas what is wrong? I am using VisualStudio...

``` import clips C = clips.BuildClass("C", "(is-a USER)(multislot s)") i = clips.BuildInstance("test1", C) #i.Slots['s'] = clips.Multifield([]) # error i.Slots['s'] = [] # error #i.Slots['s'] = clips.Multifield(["1", "4"]) # no error...

It seems a bug reported in 2012 has not been fixed yet: https://sourceforge.net/p/pyclips/discussion/390146/thread/696ae41f/ It seems the corresponding code part has not changed. https://github.com/almostearthling/pyclips/blob/master/clips/_clips_wrap.py#L592

I have three files: 1.) A python file` test.py`: ``` import clips PATH_TO_CLP_FILE = r'd:\temp\batch_bug.clp' clips.BatchStar(PATH_TO_CLP_FILE) clips.PrintFacts() ``` 2.) A file `batch_bug.clp`: ``` (assert (asdf0)) (batch "D:\\temp\\batchbug2.clp") (assert (asdf1)) (printout...

I get the above message every time I use pyclips. What is it about? Should it be fixed or can it be safely ignored? Are there cases in which it...

**Describe the bug** The `--experimental --ast-caching` option is only creating a folder `~/.semgrep/cache/ast` if I use it with `--config auto`. In other words, the ast caching is not working if...

priority:medium
osemgrep-bug