Don Cezar
Results
2
issues of
Don Cezar
Piece of code: ``` query = "Philippines Palawan" for result in search(query, num_results=50): if "wikipedia" in result: do something else: something else ``` This gives me the following list: ```...
bug
help wanted
## Description The MasonryInfiniteGrid on a Sveltekit website is completely broken. Not only the images aren't getting resized, they don't respect the parent div. More than that, behind the images...