-
## Description
gridify is using rand.Seed which is deprecated starting from go 1.20
## To Reproduce
Steps to reproduce the behavior:
- try to upgrade go version in gridify to go `1.21`
- tr…
-
## intro
This is a rough plan of the development internship program for 2024 -8 to 10 weeks program-. The intern need to be able to reason about the code, and be able to write tests (units and integ…
-
### Version
2.14.2
### Details
I am doing filtering on List primitive type on postgres.
It works case-sensitive.
However, the case-insensitive filtering does not work.
### Steps to reproduce
…
-
## intro
This is a rough plan of the development internship program for 2024 -8 to 10 weeks program-. The intern need to be able to reason about the code, and be able to write tests (units and integ…
-
### Version
2.14.2
### Details
Bringing this up from this issue - https://github.com/alirezanet/Gridify/issues/134
And your quote -
> Recognizing the importance of this issue, I am consider…
-
## intro
This is a rough plan of the development internship program for 2024 -8 to 10 weeks program-. The intern need to be able to reason about the code, and be able to write tests (units and integ…
-
### Version
2.14.2
### Details
I have a class with a string column "LinkedIn".
I have 2 queries `"LinkedIn="` and `"LinkedIn!="`
The first one produces correct SQL.
`(c.linkedin IS…
-
I've recently started using Netherite (Microsoft.Azure.Functions.Worker.Extensions.DurableTask.Netherite" Version="1.5.1") and have been seeing a few errors when starting orchestrations.
Orchestrat…
-
I use the following table tag with the attributes
My purpose is that I change the default sorting by using data-wb-tables="{'order': [4, 'asc']}". It works for WebSphere server, but the paging, …
-
### Version
2.15.0-preview6
### Details
I pulled the preview version into my solution and ran my tests. The new case insensitive linq statements do not work with entity framework.
Related …