Search results for #snippetwednesday
#SnippetWednesday: Time profile your parametrizations ⏱️ Why time profiling? When a parametrization runs slow (exceeding 1s) your app may feel slow, impacting performance and user experience. Time profiling in these cases helps in pinpointing code bottlenecks for better code…
In this #SnippetWednesday, our colleague Maarten Weehuizen shares a tip on time profiling of your parametrizations ⏱️ Profiling is crucial to identify and address performance issues in your app! Learn more: community.viktor.ai/t/snippet-wedn…
Find the code on Ruben's community post: community.viktor.ai/t/snippet-wedn… #GitHubActions #Cron #DevOps #ViktorCommunity #SnippetWednesday
On #SnippetWednesday discover with Ruben Egbers to automate GitHub actions for testing and periodic coverage reporting! Using cron, Ruben schedules tests every 6 hours on weekdays, and runs tests automatically at set intervals and receive periodic coverage reports.
#SnippetWednesday 🚀 Executing GitHub Actions on a schedule with Ruben Egbers! 🔄 ⏱️ Setting up CI/CD is crucial for testing, but what about tests at other times? Ruben guides us through automating GitHub Actions using cron for periodic testing. Check out how he schedules…
In this #SnippetWednesday, Roeland Weigand shows us the magic of itertools.cycle when looping over lists, a game-changer for dynamically grouped colors in plots. 🎨 Curious? Go to the @VIKTORai community and share your thoughts with us! community.viktor.ai/t/snippet-wedn… #python…
Using itertools.cycle | #SnippetWednesday 🔄 Roeland Weigand shares tips on leveraging itertools.cycle: a tool to create iterators, perfect for dynamic color grouping in plots.
This #SnippetWednesday is from the community! 💥 Rutger Bosmans demonstrates how to apply mocks to the SetUp method using the unit test framework, fixing how excessive mock_Storage usage and increased tests can cause failures.
How to add a #Plotly figure to your report? Find it out in the community post I wrote for this #snippetwednesday 👀 community.viktor.ai/t/snippet-wedn… I hope this helps future developers 🤝
💡 This #SnippetWednesday, learn how to add a #Plotly figure to your report! This guide simplifies the process, helping developers in integrating Plotly graphs into downloadable reports. 🚀 Check it out 👀 community.viktor.ai/t/snippet-wedn…
💡 Another GIS application for this week's #SnippetWednesday: Easily visualize raster data like .tiff files using VIKTOR! What's more, the visualization comes with a nifty hover function that displays the value of each raster cell when you hover your mouse over it.
This #SnippetWednesday explores the magic of visualizing raster data (think .tiff files) in @VIKTORai. The icing on the cake? A sleek hover function that unveils cell values with a simple mouse glide. ️ Check the community post for the code 👉 community.viktor.ai/t/snippet-wedn…
It’s your turn to share your #SnippetWednesday! We ask our community to share any cool ideas or funny (and smart) ways to solve a coding problem or (mis-)use @viktor features. Who knows, maybe you'll be featured in a future edition of the #SnippetWednesday! Put your input in…
Now it's your chance to contribute to our #SnippetWednesday! We invite our community to share their own useful, handy or fun pieces of code for a chance to be featured in an upcoming #SnippetWednesday edition 💡
Do you want more dynamic audio and GIFs in a #WebView? For this week’s #SnippetWednesday, check out how to create more dynamic content without any html limits, thanks to #CSS and #JavaScript! Would love to see your take on this: 👀 community.viktor.ai/t/dynamic-audi…
For today #SnippetWednesday we share with you how to activate audio and GIFs in a WebView using CSS and JavaScript with no HTML limits! Ready to make your apps more dynamic? 🕺 Check out how you can use this snippet for your app here: community.viktor.ai/t/dynamic-audi…
#SnippetWednesday: Spice up your progress messages with #ASCII art 🎨 Want to keep your users entertained while progressing long-running calculations and optimizations? Make sure they know the progress is still running with spiced-up progress messages: community.viktor.ai/t/snippet-wedn…
#SnippetWednesday – Make app creation easier with my colleague Sylvain's own TableView! Do you want to know how you can build your own custom TableView using Sylvain’s snippet? Check out the tutorial on the Community Forum: lnkd.in/ewVYxuEG
For today's #SnippetWednesday, we posted about Multi-threading or parallelization (nice tongue-twister) for your #Python functions. This is a nice way to run different scenarios at the same time and is especially valuable for large optimizations with many calculations that do…