-
Refractor the profileIMG system to store the direct link to the image.
Rename /profiles to /memberData, then have a subfolder for each member with their UID has the key, and inside keep any files r…
-
```
Registration code is written but could be improved using the DataForm code
that I wrote. There needs to be a "manager" that allows the account to sign
on/off of outside networks.
This should work…
-
I have this migration
```
Schema::create('contacts', function(Blueprint $table) {
// InnoDB so we can enforce referential integrity
$table->engine = 'InnoDB';
// …
-
> Please take a minute to read our [NativeScript Code of Conduct](https://github.com/NativeScript/codeofconduct) before proceeding with posting issues or discussing. The purpose of this guide is t…
-
Language: PHP
**What did you do?**
Steps to reproduce the behavior:
1. Go to https://github.com/googleapis/google-cloud-php/pull/6737/files
2. Click on `Dataform/src/V1beta1/Client/DataformClien…
-
```
In May, we hope to enhance the PhoneBook into a full-fledged CRUD example.
```
Original issue reported on code.google.com by `ted.husted` on 3 May 2007 at 11:42
-
If field name contains '[]' (for post array), than Redactor plugin cannot been initialized, because jQuery selector "#" (by id) cannot contains square brackets:
```javascript
Rapyd::script("$('#".$t…
-
Some things I am interested in doing:
- Running the proxy in a Node.JS process
- Allowing arbitrary transport to the proxy (websocket, any other two-way link like WebRTC)
-
When you use the password field, you are presented with word suggestions, including the password itself.
### Which platform(s) does your issue occur on?
Android
### Please provide the following…
-
Change Form.File type in the QuestionDisplay form to be a custom type Form.File instead of the regular one as to match the file upload style present in the application.