celsowm
celsowm
### Description - **mysql**: https://dbfiddle.uk/?rdbms=mysql_8.0&fiddle=32a91ca920aa54120e320edd008cc5cc - **sqlsrv**: https://dbfiddle.uk/?rdbms=sqlserver_2019l&fiddle=32a91ca920aa54120e320edd008cc5cc - **postgres**: https://dbfiddle.uk/?rdbms=postgres_14&fiddle=32a91ca920aa54120e320edd008cc5cc Well... sqlite, is the same (and old) problem: there is no literal concat() function neither concat_ws() of course, but...
### Description Using three tables (a,b and c):  sql here: https://gist.github.com/celsowm/68af8c0b7cb6e463d5aa10d28afec216 and Tables generated by bake where: - **a** _hasMany_ **b** - **b** _hasMany_ **c** - **c** _belongsTo_ **b**...
### Description In some situations, its desired to avoid the use of the [SQL Server Driver Client buffer](https://learn.microsoft.com/en-us/sql/connect/php/cursor-types-pdo-sqlsrv-driver?view=sql-server-ver16) (examples: performance, large result sets, use of varbinary etc.) Currently, on CakePHP4.*,...
**Describe the bug** Tried to execute this code: https://simpletransformers.ai/docs/t5-minimal-start/ And got this error: `RuntimeError: "nll_loss_forward_reduce_cuda_kernel_2d_index" not implemented for 'Int'` **To Reproduce** Copy, paste on Thonny and executed **Expected behavior** To...
### Question Validation - [X] I have searched both the documentation and discord for an answer. ### Question I am trying to do the same prompt (query) I did on...
#### Issue type - [ ] bug - [x] enhancement #### Overview description Hi Junichi ! Would be nice if all "new > CakePHP3 Table" have the initialize code pre-written...
Hi ! I have tried [this pdf](https://pdfhost.io/v/54HTT2PTw_inicial_anterior.pdf), with this code: ``` require 'rubygems' require 'pdf/reader' filename = "pdfa.pdf" PDF::Reader.open(filename) do |reader| reader.pages.each do |page| puts page.text end end ``` But...
# ❓ Questions and Help Hi, I am trying to install xformers because I need to use fast transformers. I have a RTX 3060 12gb and 32gb of RAM and...
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [ X] I am running the latest code. Development is very rapid so there are no...
a simple check if PDO::SQLSRV_ATTR_CURSOR_SCROLL_TYPE was set as a pdo config flag or not to solve this issue: https://github.com/cakephp/cakephp/issues/16848