Maksym Trofimenko

Results 24 issues of Maksym Trofimenko

As I see now there is no possibility to make recursive with. ``` func (q *Query) appendWith(b []byte) []byte { b = append(b, "WITH "...) for i, with := range...

We are using chillitags in phototagging service. I wish to say thank you for all team for such great software. Yesterday we notices that tag number 14 some time founds...

Hi, @newcat thank you for your work. Any plans to make Baklava.js working on mobile devices? Currently it does not pan. Nodes dragging does not work also...

plugin-renderer-vue
v2.0

I do use Array and Hash in my payload for resource Payload ``` var CreateUpdateCampaignPayload = Type("CreateUpdateCampaignPayload", func() { Attribute("description", String, func() { Example("Campaign description") }) Attribute("urlTemplate", String, func() {...

How to make something similar on MySQL Date field? Thanks in advance

I need to find rows where values may be null. I have two nullable fields with ,notnull tags. ``` .Where("role_id = ?role_id and user_id = ?user_id") ``` so either role_id...

# Summary In order to keep the audit logs compliant with GDPR requirements, this PR makes it possible to "mask" the username of users that were deleted from the system....

release-note/new-feature

When primary auth is enabled, The IDP other than the DB becomes the default way for users to login. The login screen where the user selects to login via the...

release-note/new-feature
candidate/2.8.0

Return 404 when artefacts are requested for the non-existing repository. A small addition checks if a repository exists before getting the artefacts list. # Issue being fixed Fixes #17443 Please...

release-note/enhancement
candidate/2.12.0

I am trying to install danswer into kubernetes cluster. Problem that two different pods (api-server and background server) appear to be using the same volumes. Can this be omitted? Do...