Aleksa Ristic

Results 6 issues of Aleksa Ristic

#### Do you want to request a *feature* or report a *bug*? *bug* #### What is the current behavior? Editor won't render,. Dropping error in console `Cannot read properties of...

I am trying to create job like this: ``` apply-resources: runs-on: ubuntu-latest environment: ${{ inputs.env }} needs: apply-resources steps: - uses: actions-hub/kubectl@master env: KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }} with: args: apply...

EF Core version: 8.0.6 Database provider: Postgres Target framework: .NET 8.0 Operating system: Linux Debian 12 IDE: JetBrains Rider === Description === Updating EF Core version from 7.0.20 to 8.0.6...

customer-reported
area-change-tracking

Steps to reproduce: - Create category with `url key = čačak` - Try accessing given category (`localhost:3000/čačak`) ======= Why bug happens: When you update category with url key, it's value...

I have flow where developer creates PR from `some-branch > develop` and upon `create/update/change anything` on that PR, I run pipeline which runs automated tests. Now, since preparing PR is...

I am using HtmlPanel to render html content of the mail. Here is how email looks within gmail: And here it is within panel And here is further bit down:...