Louis Deconinck
Louis Deconinck
Each time you publish a site to Netlify, it will create a new site instead of updating the previous one.
**Opportunity** Right now Primo is limited by the number of pages that can be created, making it impossible for more serious websites to adopt it. Many websites make use of...
When setting orient='bottom', title='None' of a legend this will clip the y-axis: ``` chart = alt.Chart(df).mark_area().encode( x=alt.X('Year:T'), y=alt.Y('Count:Q'), color=alt.Color('Gender:N', legend=alt.Legend(orient='bottom', title='None')) ) ```  I had this occur when using...
Provide example for Python V2 which does not use function.json. --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* *...
There seems to be some padding missing on the logout button on the account page on smaller devices. 
The documentation (https://docs.opensaas.sh/guides/stripe-integration/) says to add this code to the src/shared/constants.ts file: ```javacript const customerPortalTestUrl = 'https//billing.stripe.com/p/login/test_...' const customerPortalProdUrl = undefined export const STRIPE_CUSTOMER_PORTAL_LINK = isDev ? customerPortalTestUrl : customerPortalProdUrl;...
On Midjourney certain words are banned in prompts, for example: ❌ couldn't imagine mobile phone with transparent screen. midjourney: word "transparent" is banned ❌ couldn't imagine cutting-edge technology of tomorrow....
The MidJourney alpha website (https://alpha.midjourney.com/imagine) now offers the possibility to generate images using a web interface. Is it possible to use that instead of Discord to bulk-generate images? Currently, it...
I have an Azure Function that scrapes a website every day on a daily time trigger, all results are stored in a dictionary. At the end I want to store...
Earlier I did a small PR where we added a boolean flag to skip the create profile step during signup in the config file. Unfortunately, I did some testing and...