i'm using strawberry to great success. however, there is one scenario that i would like to achieve: @strawberry.mutation( permission_classes=[ IsAuthenticated,
Am new in programming, mainly trying to understand coding through recording macros. I have difficulty trying to merge and text center (vertically and horizontal
The array in procedure breaking procedure arguments alignment. Having a following code: void _func(unsigned long cnt, int* adr, ...){ char a[1]; printf(
i have this code https://stackblitz.com/edit/react-wc2ons?file=src%2FSection.js I have sections, and i can add items to those sections. How can i delete some it
I'm looking to create a debug feature. Here's a simplified representation: @Composable fun DebugLogOverlay(logs: List<String>){ LazyColumn(
Consider the two following codes: import numpy as np mainlist = [np.array([0,0,0, 1]), np.array([0,0,0,1])] for i in range(len(mainlist)):
i am developing a website, i want disable print screen so i searched in the net and i used a JavaScript to disable print screen. it worked fine but during loadi
I want to train a model with a Naive Bayes classifier using the tidymodels framework. Tidymodels uses the discrim packages, which itself uses the klaR package t