Pablo
Pablo
Yeah, could be great add svgs
Then reneame this library to FakeSpinner and not betterSpinner
Thanks @malkes
ghost doc
ok this its working nice: > restClient(GET_ONE, 'Yincana', { id: localStorage.getItem('yincanaId'), }) .then(response => response.data) .then(yincana => { console.log(yincana); this.setState({ yincana }); }) What about doing a count like this?...
I add a new type COUNT: case COUNT: const query = { where: filterQuery(params.filter), count: 1, limit: 0, }; url = `${parseConfig.URL}/classes/${resource}?${queryParameters(query)}`; break;
Thanks, I will try to get the count without my own implementation. I need to add too this method: case INCLUDE: const { field, order } = params.sort; const queryWithInclude...
Im having the same problem, using macOS and ruby 3.2.2, fresh installation
Hello @ynkfish I’ve tried adding your library to barteksc/AndroidPdfViewer, and when testing it on an emulator that supports 16KB pages, I get an error — I can’t get pdfium to...