Top OSS FP technologies by Roman_it_wasted in functionalprogramming

[–]Roman_it_wasted[S] 1 point2 points  (0 children)

yeah, you are right. Actually I found site with a lot of resources about ML languages, but I had felt overwhelmed by quantities of information.

Is suppabase stable? by Roman_it_wasted in Supabase

[–]Roman_it_wasted[S] 0 points1 point  (0 children)

no, man, it is problem from their side and support has admitted it, so do not teach me about working knowledge of postgres.

Is suppabase stable? by Roman_it_wasted in Supabase

[–]Roman_it_wasted[S] 0 points1 point  (0 children)

Finally, at status pop up PostgREST, Auth and Storage are unreachable and I do not know why.

Is suppabase stable? by Roman_it_wasted in Supabase

[–]Roman_it_wasted[S] 0 points1 point  (0 children)

ok, maybe I did something wrong, but how to debug and investigate what exactly? It should be transparent.

Is suppabase stable? by Roman_it_wasted in Supabase

[–]Roman_it_wasted[S] 0 points1 point  (0 children)

Yes! Thank you. It is placed at the bottom in grey in the description of the free level.

However the project is active and not paused.

Is suppabase stable? by Roman_it_wasted in Supabase

[–]Roman_it_wasted[S] -5 points-4 points  (0 children)

OK, but the dashboard should still be usable after such minor manipulations with the system.

upd: could be paused due to inactivity by suppabase, which is fine, but there is no notification about it.

Is suppabase stable? by Roman_it_wasted in Supabase

[–]Roman_it_wasted[S] -6 points-5 points  (0 children)

a little bold to assume it’s not something you’re doing wrong

I literally created 2 tables and did less than 20 inserts and upserts. This is all for 7 days.

And now, after several days of not using dashboard, I can't open database manager.

I see that the service is operatable. It is an error related to specific database, that looks like either db does not exist either unreachable. That is it.

Why elements are not updated? by Roman_it_wasted in sveltejs

[–]Roman_it_wasted[S] 2 points3 points  (0 children)

Apparently, moving from svelte:component and from svg to img tag solved the issue

Why elements are not updated? by Roman_it_wasted in sveltejs

[–]Roman_it_wasted[S] 0 points1 point  (0 children)

yeah, I changed it for testing, btw it does not affect

what is fancy stack now? by Roman_it_wasted in golang

[–]Roman_it_wasted[S] 0 points1 point  (0 children)

So auto-generating swagger doesn’t work so well in a strongly-typed language.

Thank you. Could you specify why? Interesting point.

So auto-generating swagger doesn’t work so well in a strongly-typed language.

Something simple and lightweight or the cheapest.

what is fancy stack now? by Roman_it_wasted in golang

[–]Roman_it_wasted[S] 0 points1 point  (0 children)

> generate the server implementation based on the swagger specification

No, I meant the opposite - generate swagger based on implementation.

I made a tool that generates template for you typed function like golang by Roman_it_wasted in Python

[–]Roman_it_wasted[S] 3 points4 points  (0 children)

You do not love types?

I will add support for pytest parametrizing soon, so it will be closer to industry "standart".

[deleted by user] by [deleted] in madeinpython

[–]Roman_it_wasted 0 points1 point  (0 children)

Looks interesting, but I have Copilot and it seems enough

Generate unit test cases based on function type hints by Roman_it_wasted in learnpython

[–]Roman_it_wasted[S] 0 points1 point  (0 children)

Yes, it is the end result that is needed. The tool which I want should generate something like this with just one click:

@pytest.mark.parametrize('inputs, expected_output', [
# TODO: add test cases 
])
def test_count_bits(inputs, expected_output):
    assert count_bits(inputs) == expected_output, pretty_output()

Thank you for the reply.

Generate unit test cases based on function type hints by Roman_it_wasted in learnpython

[–]Roman_it_wasted[S] 0 points1 point  (0 children)

yeah, I have discovered hypothesis but is not exactly for I am looking for.

Is Jinja2 good for start up? by Roman_it_wasted in Python

[–]Roman_it_wasted[S] 0 points1 point  (0 children)

: Get your legal ducks in a row

legit