-
`select * FROM sma_TRN_Cases stc WHERE stc.cassCaseNumber = 207164`
```sql
SELECT
cassCaseNumber,
COUNT(*) AS DuplicateCount
FROM
sma_TRN_Cases
GROUP BY
cassCaseNumber
…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your issue described in the documentation?
- [X] I have read the documentation
### Is your issue p…
-
At the bottom of the [setup page](https://nestia.io/docs/setup/), it is mentioned:
> [SWC](https://swc.rs/) author is preparing a new project [STC](https://github.com/dudykr/stc), and it does not e…
-
The current draft still contains this sentence in the POS section:
> This syntax for circles and polygons is in the same style as STC-S, but with no reference positions, coordinate systems, units, …
-
Add steps for connecting to VScode here : https://github.com/leap-stc/leap-stc.github.io/blob/main/book/guides/compute_guide.md
-
### Describe the feature
Add C support for the dict method `setdefault`.
### Test Code
Provide code which does not currently work but which should do when this issue is fixed:
```python
def foo():
…
-
How do you ensure that the number of tokens don't surpass the max token length defined for the model? In the case of the Llama 3.2 1B decoder model, the max token length seems to be 16k, but from read…
-
**Describe the bug**
Hi,
first of all thank you for implementing my request to display the SMFID of the LPAR running a job or started task! Well done! However there seems to be a problem. As you c…
-
### Describe the feature
Pyccel contains some minimal support for strings. Eventually we would like to expand on this support, however as a first step C support should be brought up to the level of F…
-
Related to #17.
In order to perform analyses of MEG data in source space, we need to use certain outputs from the source reconstruction which are currently not saved by the source reconstruction sc…