Casper
Casper
Explore posts from servers
WWindmill
Created by Casper on 2/24/2025 in #help
Durable script that picks up where it failed
thanks I will try that
7 replies
WWindmill
Created by Casper on 2/24/2025 in #help
Durable script that picks up where it failed
is userland javascript?
7 replies
WWindmill
Created by Casper on 1/16/2025 in #help
How to sync scripts from windmill cloud to local dev machine
thanks - it seems to work now
13 replies
WWindmill
Created by Casper on 1/16/2025 in #help
How to sync scripts from windmill cloud to local dev machine
Hey, I just wanted to ask if there has been an update to this? 🙂
13 replies
WWindmill
Created by Casper on 1/16/2025 in #help
How to sync scripts from windmill cloud to local dev machine
also nuget packages should be supported as dependencies
13 replies
WWindmill
Created by Casper on 1/16/2025 in #help
How to sync scripts from windmill cloud to local dev machine
development in the windmill cloud editor works nicely for small scripts
13 replies
WWindmill
Created by Casper on 1/16/2025 in #help
How to sync scripts from windmill cloud to local dev machine
I would like to have a similar experience coding in C# on my local dev machine via cli as would be with typescript
13 replies
WWindmill
Created by Casper on 1/16/2025 in #help
How to sync scripts from windmill cloud to local dev machine
That would be awesome as c# is what I use mostly!
13 replies
WWindmill
Created by Casper on 1/16/2025 in #help
How to sync scripts from windmill cloud to local dev machine
No description
13 replies
WWindmill
Created by Casper on 1/16/2025 in #help
How to sync scripts from windmill cloud to local dev machine
it syncs the lock and yaml file for the script - just not the actual script code (c#)
13 replies
WWindmill
Created by Casper on 1/16/2025 in #help
How to sync scripts from windmill cloud to local dev machine
No description
13 replies
CC#
Created by Casper on 1/13/2025 in #help
How to add razor pages to razor class library and reference from Blazor server project?
finally it wortks !
5 replies
CC#
Created by Casper on 1/13/2025 in #help
How to add razor pages to razor class library and reference from Blazor server project?
i read that and did the requirements but it wont work still 😦
5 replies
CC#
Created by Casper on 1/13/2025 in #help
How to add razor pages to razor class library and reference from Blazor server project?
Do you have any suggestions what else to try out?
5 replies
CC#
Created by Casper on 10/24/2024 in #help
Dynamic parsing different document types from Elastic Search
Hey, I just wanted to follow up 🙂
7 replies
CC#
Created by Casper on 10/24/2024 in #help
Dynamic parsing different document types from Elastic Search
I can show the model schemas as well for the classes in use from the SearchResult
7 replies
CC#
Created by Casper on 10/24/2024 in #help
Dynamic parsing different document types from Elastic Search
Yes I use NEST ElasticClient.SearchAsync:
var searchResponse = await _client.SearchAsync<SearchResult>(s => s
var searchResponse = await _client.SearchAsync<SearchResult>(s => s
.Index("global-dev") // Specify your index name
.From(0) // Starting from the first result
.Size(100) // Limit the number of results to 100
.Query(q => q
.MultiMatch(m => m
.Query("Bean") // Search for the term "Bean"
.Fields(f => f.Field("*")) // Search across all fields
)
)
);
var searchResponse = await _client.SearchAsync<SearchResult>(s => s
var searchResponse = await _client.SearchAsync<SearchResult>(s => s
.Index("global-dev") // Specify your index name
.From(0) // Starting from the first result
.Size(100) // Limit the number of results to 100
.Query(q => q
.MultiMatch(m => m
.Query("Bean") // Search for the term "Bean"
.Fields(f => f.Field("*")) // Search across all fields
)
)
);
7 replies
CDCloudflare Developers
Created by Casper on 8/1/2024 in #general-help
Feature request: Additional Cloudflare workers programming languages
quite impressive for sure
21 replies
CDCloudflare Developers
Created by Casper on 8/1/2024 in #general-help
Feature request: Additional Cloudflare workers programming languages
apart from that not a fan for sure
21 replies
CDCloudflare Developers
Created by Casper on 8/1/2024 in #general-help
Feature request: Additional Cloudflare workers programming languages
damn be the guy that invented javascript 😂
21 replies