Louis Deconinck

Results 20 issues of Louis Deconinck

Each time you publish a site to Netlify, it will create a new site instead of updating the previous one.

bug

**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...

enhancement

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')) ) ``` ![image](https://github.com/vega/vega-lite/assets/27673665/4f7091a3-6c2d-4c85-95d1-6e48766c0cc1) I had this occur when using...

Bug :bug:

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.* *...

triaged
assigned-to-author
doc-enhancement
azure-functions/svc
Pri2

There seems to be some padding missing on the logout button on the account page on smaller devices. ![image](https://github.com/wasp-lang/open-saas/assets/27673665/bb454125-08fc-466a-b7f9-1f57bc29aa8d)

shouldfix

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;...

documentation
shouldfix

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...

enhancement

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...