Mert Efe
Mert Efe
Explore posts from servers
PPrisma
Created by Mert Efe on 4/4/2024 in #help-and-questions
Raw query doesn't work
SUM(O."amount"::INT) this worked why?
3 replies
PPrisma
Created by Mert Efe on 3/29/2024 in #help-and-questions
Why getting typescript error only selecting few fields?
I don't want to select all fields?
2 replies
KPCKevin Powell - Community
Created by Mert Efe on 11/13/2023 in #os-and-tools
Git + Next js 14 project getting stuck on git push on total line
error: RPC failed; HTTP 408 curl 22 The requested URL returned error: 408 send-pack: unexpected disconnect while reading sideband packet fatal: the remote end hung up unexpectedly
2 replies
KPCKevin Powell - Community
Created by Mert Efe on 9/22/2023 in #back-end
how to convert passthrough to readstream or buffer?
how to convert passthrough to readstream or buffer?
4 replies
KPCKevin Powell - Community
Created by Mert Efe on 6/19/2023 in #front-end
::before, :: after requires transition to be added on parent ?
rotate changes on pseudoelements, height changes only on parent
8 replies
KPCKevin Powell - Community
Created by Mert Efe on 6/19/2023 in #front-end
::before, :: after requires transition to be added on parent ?
span,
span::before,
span::after {
transition-property: height, transform;
transition-duration: 0.5s;

display: block;
background: white;
height: 2px;
width: 2em;
border-radius: 2px;
position: relative;
}
span,
span::before,
span::after {
transition-property: height, transform;
transition-duration: 0.5s;

display: block;
background: white;
height: 2px;
width: 2em;
border-radius: 2px;
position: relative;
}
8 replies
KPCKevin Powell - Community
Created by Mert Efe on 6/19/2023 in #front-end
::before, :: after requires transition to be added on parent ?
::before,::after transition
8 replies
KPCKevin Powell - Community
Created by Mert Efe on 6/19/2023 in #front-end
::before, :: after requires transition to be added on parent ?
then each of them should get transition for rotate right
8 replies
KPCKevin Powell - Community
Created by Mert Efe on 6/19/2023 in #front-end
::before, :: after requires transition to be added on parent ?
i'm trying to add transition for ::before, ::after on an X Icon rotate hamburger
8 replies
KPCKevin Powell - Community
Created by Mert Efe on 6/9/2023 in #front-end
Can't I Use google maps for free anymore?
that's enough tbh
13 replies
KPCKevin Powell - Community
Created by Mert Efe on 6/9/2023 in #front-end
Is this the best way to set favicons and other related things in new Next js 13?
Are there any missing important properties in the icons array?
2 replies
KPCKevin Powell - Community
Created by Mert Efe on 6/9/2023 in #front-end
Can't I Use google maps for free anymore?
so it never exceeds free trial
13 replies
KPCKevin Powell - Community
Created by Mert Efe on 6/9/2023 in #front-end
Can't I Use google maps for free anymore?
@Chris i think theres limit setting right? like giving my card but setting it a limit, would that work ?
13 replies
KPCKevin Powell - Community
Created by Mert Efe on 6/9/2023 in #front-end
Can't I Use google maps for free anymore?
the google maps javascript sdk
13 replies
KPCKevin Powell - Community
Created by Mert Efe on 6/9/2023 in #front-end
Can't I Use google maps for free anymore?
it's not really possible to use it without paying right
13 replies
KPCKevin Powell - Community
Created by Mert Efe on 6/9/2023 in #front-end
Can't I Use google maps for free anymore?
thanks
13 replies
KPCKevin Powell - Community
Created by Mert Efe on 5/31/2023 in #front-end
grid-template-columns auto fit not working as expected
is it because that's the container?
5 replies
KPCKevin Powell - Community
Created by Mert Efe on 5/31/2023 in #front-end
grid-template-columns auto fit not working as expected
it's fixed when i changed the height from video to the videos__list-item-image-wrapper
5 replies
KPCKevin Powell - Community
Created by Mert Efe on 5/31/2023 in #front-end
grid-template-columns auto fit not working as expected
Grid auto fit template cols should suppose to be make it go next line when the grid items touch each other?
5 replies